#D17469

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

Shades of Contessa #D17469

Tints of Contessa #D17469

Color information

#D17469 (or 0xD17469) is unknown color: approx Contessa. HEX triplet: D1, 74 and 69. RGB value is (209,116,105). Sum of RGB (Red+Green+Blue) = 209+116+105=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D17469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17469 is #2E8B96. Grayscale: #8E8E8E. Windows color (decimal): -3050391 or 6911185. OLE color: 6911185.

HSL color Cylindrical-coordinate representation of color #D17469: hue angle of 6.35º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D17469 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB209116105-
CMYK00.440.500.18
HSL6.35º53.06%61.57%-
HSV(B)6.35º49.76%81.96%-
XYZ35.0927.0716.74-
YUV142.55106.81175.39-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.60%
GREEN value IS 116 (45.70% from 255) = 26.98%
BLUE value IS 105 (41.41% from 255) = 24.42%
R=48.60%
G=26.98%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911610500.440.500.186.3553.0661.57
HexD1746902C32126353e
Octal321164151054622266576
Binary1101000111101001101001010110011001010010110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17469; }

 p { color: rgb(209,116,105); }

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

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

 a { background-color: rgb(209,116,105); }

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

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

 span { border-color: rgb(209,116,105); }

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