Shades of Cameo #D29B84
Tints of Cameo #D29B84
RGB
CMYK
RGB Variations
Color information
#D29B84 (or 0xD29B84) is known color: Cameo. HEX triplet: D2, 9B and 84. RGB value is (210,155,132). Sum of RGB (Red+Green+Blue) = 210+155+132=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D29B84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29B84 is #2D647B. Grayscale: #A8A8A8. Windows color (decimal): -2974844 or 8690642. OLE color: 8690642.
HSL color Cylindrical-coordinate representation of color #D29B84: hue angle of 17.69º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D29B84 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 155 | 132 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.18 |
| HSL | 17.69º | 0.46% | 0.67% | - |
| HSV(B) | 17.69º | 0.37% | 0.82% | - |
| XYZ | 42.46 | 38.81 | 27.08 | - |
| YUV | 168.82 | 107.22 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 132 | 0 | 0.26 | 0.37 | 0.18 | 17.69 | 0.46 | 0.67 |
| Hex | D2 | 9B | 84 | 0 | 1A | 25 | 12 | 12 | 2E | 43 |
| Octal | 322 | 233 | 204 | 0 | 32 | 45 | 22 | 22 | 56 | 103 |
| Binary | 11010010 | 10011011 | 10000100 | 0 | 11010 | 100101 | 10010 | 10010 | 101110 | 1000011 |
Color Harmonies of #D29B84
Complementary color
Monochromatic Colors of #D29B84
Black with #D29B84
Text Example
Text Example
White with #D29B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29B84; }
p { color: rgb(210,155,132); }
H1.HeaderClassName
{
color: #D29B84;
}
.AnyTagClassName
{
color: #D29B84;
}
</style>
background-color css
<style>
a { background-color: #D29B84; }
a { background-color: rgb(210,155,132); }
div.DivClassName
{
background-color: #D29B84;
}
.BgClassName
{
background-color: #D29B84;
}
</style>
border-color css
<style>
span { border-color: #D29B84; }
span { border-color: rgb(210,155,132); }
td.TdClassName
{
border-color: #D29B84;
}
.TagClassName
{
border-color: #D29B84;
}
</style>