Shades of Cameo #D29F7D
Tints of Cameo #D29F7D
RGB
CMYK
RGB Variations
Color information
#D29F7D (or 0xD29F7D) is known color: Cameo. HEX triplet: D2, 9F and 7D. RGB value is (210,159,125). Sum of RGB (Red+Green+Blue) = 210+159+125=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29F7D is #2D6082. Grayscale: #AAAAAA. Windows color (decimal): -2973827 or 8232914. OLE color: 8232914.
HSL color Cylindrical-coordinate representation of color #D29F7D: hue angle of 24º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D29F7D is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 159 | 125 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.18 |
| HSL | 24º | 0.49% | 0.66% | - |
| HSV(B) | 24º | 0.4% | 0.82% | - |
| XYZ | 42.68 | 39.98 | 24.87 | - |
| YUV | 170.37 | 102.4 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 125 | 0 | 0.24 | 0.40 | 0.18 | 24 | 0.49 | 0.66 |
| Hex | D2 | 9F | 7D | 0 | 18 | 28 | 12 | 18 | 31 | 42 |
| Octal | 322 | 237 | 175 | 0 | 30 | 50 | 22 | 30 | 61 | 102 |
| Binary | 11010010 | 10011111 | 1111101 | 0 | 11000 | 101000 | 10010 | 11000 | 110001 | 1000010 |
Color Harmonies of #D29F7D
Complementary color
Monochromatic Colors of #D29F7D
Black with #D29F7D
Text Example
Text Example
White with #D29F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29F7D; }
p { color: rgb(210,159,125); }
H1.HeaderClassName
{
color: #D29F7D;
}
.AnyTagClassName
{
color: #D29F7D;
}
</style>
background-color css
<style>
a { background-color: #D29F7D; }
a { background-color: rgb(210,159,125); }
div.DivClassName
{
background-color: #D29F7D;
}
.BgClassName
{
background-color: #D29F7D;
}
</style>
border-color css
<style>
span { border-color: #D29F7D; }
span { border-color: rgb(210,159,125); }
td.TdClassName
{
border-color: #D29F7D;
}
.TagClassName
{
border-color: #D29F7D;
}
</style>