#D3716F

Color #D3716F Contessa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Contessa #D3716F

Tints of Contessa #D3716F

Color information

#D3716F (or 0xD3716F) is unknown color: approx Contessa. HEX triplet: D3, 71 and 6F. RGB value is (211,113,111). Sum of RGB (Red+Green+Blue) = 211+113+111=435 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.51% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 211 - color contains mainly: red. Hex color #D3716F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3716F is #2C8E90. Grayscale: #8E8E8E. Windows color (decimal): -2920081 or 7303635. OLE color: 7303635.

HSL color Cylindrical-coordinate representation of color #D3716F: hue angle of 1.2º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D3716F is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB211113111-
CMYK00.460.470.17
HSL1.2º53.19%63.14%-
HSV(B)1.2º47.39%82.75%-
XYZ35.6426.8118.33-
YUV142.07110.47177.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 48.51%
GREEN value IS 113 (44.53% from 255) = 25.98%
BLUE value IS 111 (43.75% from 255) = 25.52%
R=48.51%
G=25.98%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111311100.460.470.171.253.1963.14
HexD3716F02E2F111353f
Octal323161157056572116577
Binary11010011111000111011110101110101111100011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3716F; }

 p { color: rgb(211,113,111); }

 H1.HeaderClassName
 {
   color: #D3716F;
 }
 .AnyTagClassName
 {
   color: #D3716F;
 }
</style>
background-color css

<style>
 a { background-color: #D3716F; }

 a { background-color: rgb(211,113,111); }

 div.DivClassName
 {
   background-color: #D3716F;
 }
 .BgClassName
 {
   background-color: #D3716F;
 }
</style>
border-color css

<style>
 span { border-color: #D3716F; }

 span { border-color: rgb(211,113,111); }

 td.TdClassName
 {
   border-color: #D3716F;
 }
 .TagClassName
 {
   border-color: #D3716F;
 }
</style>