#D0776F

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

Shades of Contessa #D0776F

Tints of Contessa #D0776F

Color information

#D0776F (or 0xD0776F) is unknown color: approx Contessa. HEX triplet: D0, 77 and 6F. RGB value is (208,119,111). Sum of RGB (Red+Green+Blue) = 208+119+111=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D0776F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0776F is #2F8890. Grayscale: #909090. Windows color (decimal): -3115153 or 7305168. OLE color: 7305168.

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

Color convert

RGB208119111-
CMYK00.430.470.18
HSL4.95º50.79%62.55%-
HSV(B)4.95º46.63%81.57%-
XYZ35.4827.7518.53-
YUV144.7108.99173.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.49%
GREEN value IS 119 (46.88% from 255) = 27.17%
BLUE value IS 111 (43.75% from 255) = 25.34%
R=47.49%
G=27.17%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811911100.430.470.184.9550.7962.55
HexD0776F02B2F125333f
Octal320167157053572256377
Binary1101000011101111101111010101110111110010101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0776F; }

 p { color: rgb(208,119,111); }

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

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

 a { background-color: rgb(208,119,111); }

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

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

 span { border-color: rgb(208,119,111); }

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