Shades of Cameo #D29F83
Tints of Cameo #D29F83
RGB
CMYK
RGB Variations
Color information
#D29F83 (or 0xD29F83) is known color: Cameo. HEX triplet: D2, 9F and 83. RGB value is (210,159,131). Sum of RGB (Red+Green+Blue) = 210+159+131=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 131 (51.56% from 255 or 26.2% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29F83 is #2D607C. Grayscale: #ABABAB. Windows color (decimal): -2973821 or 8626130. OLE color: 8626130.
HSL color Cylindrical-coordinate representation of color #D29F83: hue angle of 21.27º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D29F83 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 159 | 131 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.18 |
| HSL | 21.27º | 0.47% | 0.67% | - |
| HSV(B) | 21.27º | 0.38% | 0.82% | - |
| XYZ | 43.07 | 40.14 | 26.95 | - |
| YUV | 171.06 | 105.4 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 131 | 0 | 0.24 | 0.38 | 0.18 | 21.27 | 0.47 | 0.67 |
| Hex | D2 | 9F | 83 | 0 | 18 | 26 | 12 | 15 | 2F | 43 |
| Octal | 322 | 237 | 203 | 0 | 30 | 46 | 22 | 25 | 57 | 103 |
| Binary | 11010010 | 10011111 | 10000011 | 0 | 11000 | 100110 | 10010 | 10101 | 101111 | 1000011 |
Color Harmonies of #D29F83
Complementary color
Monochromatic Colors of #D29F83
Black with #D29F83
Text Example
Text Example
White with #D29F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29F83; }
p { color: rgb(210,159,131); }
H1.HeaderClassName
{
color: #D29F83;
}
.AnyTagClassName
{
color: #D29F83;
}
</style>
background-color css
<style>
a { background-color: #D29F83; }
a { background-color: rgb(210,159,131); }
div.DivClassName
{
background-color: #D29F83;
}
.BgClassName
{
background-color: #D29F83;
}
</style>
border-color css
<style>
span { border-color: #D29F83; }
span { border-color: rgb(210,159,131); }
td.TdClassName
{
border-color: #D29F83;
}
.TagClassName
{
border-color: #D29F83;
}
</style>