#D1706C

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

Shades of Contessa #D1706C

Tints of Contessa #D1706C

Color information

#D1706C (or 0xD1706C) is unknown color: approx Contessa. HEX triplet: D1, 70 and 6C. RGB value is (209,112,108). Sum of RGB (Red+Green+Blue) = 209+112+108=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D1706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1706C is #2E8F93. Grayscale: #8C8C8C. Windows color (decimal): -3051412 or 7106769. OLE color: 7106769.

HSL color Cylindrical-coordinate representation of color #D1706C: hue angle of 2.38º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1706C is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB209112108-
CMYK00.460.480.18
HSL2.38º52.33%62.16%-
HSV(B)2.38º48.33%81.96%-
XYZ34.826.2317.42-
YUV140.55109.64176.83-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.72%
GREEN value IS 112 (44.14% from 255) = 26.11%
BLUE value IS 108 (42.58% from 255) = 25.17%
R=48.72%
G=26.11%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911210800.460.480.182.3852.3362.16
HexD1706C02E30122343e
Octal321160154056602226476
Binary110100011110000110110001011101100001001010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1706C; }

 p { color: rgb(209,112,108); }

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

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

 a { background-color: rgb(209,112,108); }

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

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

 span { border-color: rgb(209,112,108); }

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