#D06E65

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

Shades of Contessa #D06E65

Tints of Contessa #D06E65

Color information

#D06E65 (or 0xD06E65) is unknown color: approx Contessa. HEX triplet: D0, 6E and 65. RGB value is (208,110,101). Sum of RGB (Red+Green+Blue) = 208+110+101=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06E65 is #2F919A. Grayscale: #8A8A8A. Windows color (decimal): -3117467 or 6647504. OLE color: 6647504.

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

Color convert

RGB208110101-
CMYK00.470.510.18
HSL5.05º53.23%60.59%-
HSV(B)5.05º51.44%81.57%-
XYZ33.9425.515.45-
YUV138.28106.97177.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.64%
GREEN value IS 110 (43.36% from 255) = 26.25%
BLUE value IS 101 (39.84% from 255) = 24.11%
R=49.64%
G=26.25%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811010100.470.510.185.0553.2360.59
HexD06E6502F33125353d
Octal320156145057632256575
Binary1101000011011101100101010111111001110010101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06E65; }

 p { color: rgb(208,110,101); }

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

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

 a { background-color: rgb(208,110,101); }

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

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

 span { border-color: rgb(208,110,101); }

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