#D06D67

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

Shades of Contessa #D06D67

Tints of Contessa #D06D67

Color information

#D06D67 (or 0xD06D67) is unknown color: approx Contessa. HEX triplet: D0, 6D and 67. RGB value is (208,109,103). Sum of RGB (Red+Green+Blue) = 208+109+103=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 103 (40.62% from 255 or 24.52% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06D67 is #2F9298. Grayscale: #8A8A8A. Windows color (decimal): -3117721 or 6778320. OLE color: 6778320.

HSL color Cylindrical-coordinate representation of color #D06D67: hue angle of 3.43º 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 #D06D67 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB208109103-
CMYK00.480.500.18
HSL3.43º52.76%60.98%-
HSV(B)3.43º50.48%81.57%-
XYZ33.9325.3315.93-
YUV137.92108.3177.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.52%
GREEN value IS 109 (42.97% from 255) = 25.95%
BLUE value IS 103 (40.62% from 255) = 24.52%
R=49.52%
G=25.95%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810910300.480.500.183.4352.7660.98
HexD06D6703032123353d
Octal320155147060622236575
Binary110100001101101110011101100001100101001011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06D67; }

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

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

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

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

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

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

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

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