#D07669

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

Shades of Contessa #D07669

Tints of Contessa #D07669

Color information

#D07669 (or 0xD07669) is unknown color: approx Contessa. HEX triplet: D0, 76 and 69. RGB value is (208,118,105). Sum of RGB (Red+Green+Blue) = 208+118+105=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D07669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07669 is #2F8996. Grayscale: #8F8F8F. Windows color (decimal): -3115415 or 6911696. OLE color: 6911696.

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

Color convert

RGB208118105-
CMYK00.430.500.18
HSL7.57º52.28%61.37%-
HSV(B)7.57º49.52%81.57%-
XYZ35.0427.3916.8-
YUV143.43106.32174.06-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.26%
GREEN value IS 118 (46.48% from 255) = 27.38%
BLUE value IS 105 (41.41% from 255) = 24.36%
R=48.26%
G=27.38%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811810500.430.500.187.5752.2861.37
HexD0766902B32128343d
Octal3201661510536222106475
Binary11010000111011011010010101011110010100101000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07669; }

 p { color: rgb(208,118,105); }

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

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

 a { background-color: rgb(208,118,105); }

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

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

 span { border-color: rgb(208,118,105); }

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