Shades of Cameo #D29F7B
Tints of Cameo #D29F7B
RGB
CMYK
RGB Variations
Color information
#D29F7B (or 0xD29F7B) is known color: Cameo. HEX triplet: D2, 9F and 7B. RGB value is (210,159,123). Sum of RGB (Red+Green+Blue) = 210+159+123=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 123 (48.44% from 255 or 25% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29F7B is #2D6084. Grayscale: #AAAAAA. Windows color (decimal): -2973829 or 8101842. OLE color: 8101842.
HSL color Cylindrical-coordinate representation of color #D29F7B: hue angle of 24.83º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D29F7B is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 159 | 123 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.18 |
| HSL | 24.83º | 0.49% | 0.65% | - |
| HSV(B) | 24.83º | 0.41% | 0.82% | - |
| XYZ | 42.55 | 39.93 | 24.2 | - |
| YUV | 170.15 | 101.4 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 123 | 0 | 0.24 | 0.41 | 0.18 | 24.83 | 0.49 | 0.65 |
| Hex | D2 | 9F | 7B | 0 | 18 | 29 | 12 | 19 | 31 | 41 |
| Octal | 322 | 237 | 173 | 0 | 30 | 51 | 22 | 31 | 61 | 101 |
| Binary | 11010010 | 10011111 | 1111011 | 0 | 11000 | 101001 | 10010 | 11001 | 110001 | 1000001 |
Color Harmonies of #D29F7B
Complementary color
Monochromatic Colors of #D29F7B
Black with #D29F7B
Text Example
Text Example
White with #D29F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29F7B; }
p { color: rgb(210,159,123); }
H1.HeaderClassName
{
color: #D29F7B;
}
.AnyTagClassName
{
color: #D29F7B;
}
</style>
background-color css
<style>
a { background-color: #D29F7B; }
a { background-color: rgb(210,159,123); }
div.DivClassName
{
background-color: #D29F7B;
}
.BgClassName
{
background-color: #D29F7B;
}
</style>
border-color css
<style>
span { border-color: #D29F7B; }
span { border-color: rgb(210,159,123); }
td.TdClassName
{
border-color: #D29F7B;
}
.TagClassName
{
border-color: #D29F7B;
}
</style>