Shades of Cameo #D29F80
Tints of Cameo #D29F80
RGB
CMYK
RGB Variations
Color information
#D29F80 (or 0xD29F80) is known color: 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
| RGB | 210 | 159 | 128 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.18 |
| HSL | 22.68º | 0.48% | 0.66% | - |
| HSV(B) | 22.68º | 0.39% | 0.82% | - |
| XYZ | 42.87 | 40.06 | 25.89 | - |
| YUV | 170.72 | 103.9 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 128 | 0 | 0.24 | 0.39 | 0.18 | 22.68 | 0.48 | 0.66 |
| Hex | D2 | 9F | 80 | 0 | 18 | 27 | 12 | 17 | 30 | 42 |
| Octal | 322 | 237 | 200 | 0 | 30 | 47 | 22 | 27 | 60 | 102 |
| Binary | 11010010 | 10011111 | 10000000 | 0 | 11000 | 100111 | 10010 | 10111 | 110000 | 1000010 |
Color Harmonies of #D29F80
Complementary color
Monochromatic Colors of #D29F80
Black with #D29F80
Text Example
Text Example
White with #D29F80
Text Example
Text Example
HTML Codes & Css Web 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>