#D06A67

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

Shades of Contessa #D06A67

Tints of Contessa #D06A67

Color information

#D06A67 (or 0xD06A67) is unknown color: approx Contessa. HEX triplet: D0, 6A and 67. RGB value is (208,106,103). Sum of RGB (Red+Green+Blue) = 208+106+103=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 103 (40.62% from 255 or 24.70% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D06A67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06A67 is #2F9598. Grayscale: #888888. Windows color (decimal): -3118489 or 6777552. OLE color: 6777552.

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

Color convert

RGB208106103-
CMYK00.490.500.18
HSL1.71º52.76%60.98%-
HSV(B)1.71º50.48%81.57%-
XYZ33.6124.715.83-
YUV136.16109.29179.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.88%
GREEN value IS 106 (41.80% from 255) = 25.42%
BLUE value IS 103 (40.62% from 255) = 24.70%
R=49.88%
G=25.42%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810610300.490.500.181.7152.7660.98
HexD06A6703132122353d
Octal320152147061622226575
Binary110100001101010110011101100011100101001010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06A67; }

 p { color: rgb(208,106,103); }

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

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

 a { background-color: rgb(208,106,103); }

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

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

 span { border-color: rgb(208,106,103); }

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