#D29F80

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

Shades of Cameo #D29F80

Tints of Cameo #D29F80

Color information

#D29F80 (or 0xD29F80) is unknown color: approx Cameo. HEX triplet: D2, 9F and 80. RGB value is (210,159,128). Sum of RGB (Red+Green+Blue) = 210+159+128=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29F80 is #2D607F. Grayscale: #AAAAAA. Windows color (decimal): -2973824 or 8429522. OLE color: 8429522.

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

Color convert

RGB210159128-
CMYK00.240.390.18
HSL22.68º47.67%66.27%-
HSV(B)22.68º39.05%82.35%-
XYZ42.8740.0625.89-
YUV170.72103.9156.02-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.25%
GREEN value IS 159 (62.5% from 255) = 31.99%
BLUE value IS 128 (50.39% from 255) = 25.75%
R=42.25%
G=31.99%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015912800.240.390.1822.6847.6766.27
HexD29F800182712173042
Octal32223720003047222760102
Binary11010010100111111000000001100010011110010101111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29F80; }

 p { color: rgb(210,159,128); }

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

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

 a { background-color: rgb(210,159,128); }

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

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

 span { border-color: rgb(210,159,128); }

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