Shades of Cameo #D29C7E
Tints of Cameo #D29C7E
RGB
CMYK
RGB Variations
Color information
#D29C7E (or 0xD29C7E) is known color: Cameo. HEX triplet: D2, 9C and 7E. RGB value is (210,156,126). Sum of RGB (Red+Green+Blue) = 210+156+126=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29C7E is #2D6381. Grayscale: #A8A8A8. Windows color (decimal): -2974594 or 8297682. OLE color: 8297682.
HSL color Cylindrical-coordinate representation of color #D29C7E: hue angle of 21.43º degrees, saturation: 0.48, 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 #D29C7E is Cyan = 0, Magento = 0.26, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 156 | 126 | - |
| CMYK | 0 | 0.26 | 0.4 | 0.18 |
| HSL | 21.43º | 0.48% | 0.66% | - |
| HSV(B) | 21.43º | 0.4% | 0.82% | - |
| XYZ | 42.23 | 38.98 | 25.04 | - |
| YUV | 168.73 | 103.89 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 156 | 126 | 0 | 0.26 | 0.4 | 0.18 | 21.43 | 0.48 | 0.66 |
| Hex | D2 | 9C | 7E | 0 | 1A | 28 | 12 | 15 | 30 | 42 |
| Octal | 322 | 234 | 176 | 0 | 32 | 50 | 22 | 25 | 60 | 102 |
| Binary | 11010010 | 10011100 | 1111110 | 0 | 11010 | 101000 | 10010 | 10101 | 110000 | 1000010 |
Color Harmonies of #D29C7E
Complementary color
Monochromatic Colors of #D29C7E
Black with #D29C7E
Text Example
Text Example
White with #D29C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29C7E; }
p { color: rgb(210,156,126); }
H1.HeaderClassName
{
color: #D29C7E;
}
.AnyTagClassName
{
color: #D29C7E;
}
</style>
background-color css
<style>
a { background-color: #D29C7E; }
a { background-color: rgb(210,156,126); }
div.DivClassName
{
background-color: #D29C7E;
}
.BgClassName
{
background-color: #D29C7E;
}
</style>
border-color css
<style>
span { border-color: #D29C7E; }
span { border-color: rgb(210,156,126); }
td.TdClassName
{
border-color: #D29C7E;
}
.TagClassName
{
border-color: #D29C7E;
}
</style>