#D06D66

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

Shades of Contessa #D06D66

Tints of Contessa #D06D66

Color information

#D06D66 (or 0xD06D66) is unknown color: approx Contessa. HEX triplet: D0, 6D and 66. RGB value is (208,109,102). Sum of RGB (Red+Green+Blue) = 208+109+102=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06D66 is #2F9299. Grayscale: #898989. Windows color (decimal): -3117722 or 6712784. OLE color: 6712784.

HSL color Cylindrical-coordinate representation of color #D06D66: hue angle of 3.96º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D06D66 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB208109102-
CMYK00.480.510.18
HSL3.96º53%60.78%-
HSV(B)3.96º50.96%81.57%-
XYZ33.8825.3115.67-
YUV137.8107.8178.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.64%
GREEN value IS 109 (42.97% from 255) = 26.01%
BLUE value IS 102 (40.23% from 255) = 24.34%
R=49.64%
G=26.01%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810910200.480.510.183.965360.78
HexD06D6603033124353d
Octal320155146060632246575
Binary1101000011011011100110011000011001110010100110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06D66; }

 p { color: rgb(208,109,102); }

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

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

 a { background-color: rgb(208,109,102); }

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

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

 span { border-color: rgb(208,109,102); }

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