Shades of Cameo #D29E7A
Tints of Cameo #D29E7A
RGB
CMYK
RGB Variations
Color information
#D29E7A (or 0xD29E7A) is known color: Cameo. HEX triplet: D2, 9E and 7A. RGB value is (210,158,122). Sum of RGB (Red+Green+Blue) = 210+158+122=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 158 (62.11% from 255 or 32.24% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29E7A is #2D6185. Grayscale: #A9A9A9. Windows color (decimal): -2974086 or 8036050. OLE color: 8036050.
HSL color Cylindrical-coordinate representation of color #D29E7A: hue angle of 24.55º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D29E7A is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 158 | 122 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.18 |
| HSL | 24.55º | 0.49% | 0.65% | - |
| HSV(B) | 24.55º | 0.42% | 0.82% | - |
| XYZ | 42.32 | 39.56 | 23.82 | - |
| YUV | 169.44 | 101.23 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 158 | 122 | 0 | 0.25 | 0.42 | 0.18 | 24.55 | 0.49 | 0.65 |
| Hex | D2 | 9E | 7A | 0 | 19 | 2A | 12 | 19 | 31 | 41 |
| Octal | 322 | 236 | 172 | 0 | 31 | 52 | 22 | 31 | 61 | 101 |
| Binary | 11010010 | 10011110 | 1111010 | 0 | 11001 | 101010 | 10010 | 11001 | 110001 | 1000001 |
Color Harmonies of #D29E7A
Complementary color
Monochromatic Colors of #D29E7A
Black with #D29E7A
Text Example
Text Example
White with #D29E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29E7A; }
p { color: rgb(210,158,122); }
H1.HeaderClassName
{
color: #D29E7A;
}
.AnyTagClassName
{
color: #D29E7A;
}
</style>
background-color css
<style>
a { background-color: #D29E7A; }
a { background-color: rgb(210,158,122); }
div.DivClassName
{
background-color: #D29E7A;
}
.BgClassName
{
background-color: #D29E7A;
}
</style>
border-color css
<style>
span { border-color: #D29E7A; }
span { border-color: rgb(210,158,122); }
td.TdClassName
{
border-color: #D29E7A;
}
.TagClassName
{
border-color: #D29E7A;
}
</style>