Shades of Cameo #D09B81
Tints of Cameo #D09B81
RGB
CMYK
RGB Variations
Color information
#D09B81 (or 0xD09B81) is known color: Cameo. HEX triplet: D0, 9B and 81. RGB value is (208,155,129). Sum of RGB (Red+Green+Blue) = 208+155+129=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 129 (50.78% from 255 or 26.22% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09B81 is #2F647E. Grayscale: #A8A8A8. Windows color (decimal): -3105919 or 8494032. OLE color: 8494032.
HSL color Cylindrical-coordinate representation of color #D09B81: hue angle of 19.75º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D09B81 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 155 | 129 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.18 |
| HSL | 19.75º | 0.46% | 0.66% | - |
| HSV(B) | 19.75º | 0.38% | 0.82% | - |
| XYZ | 41.7 | 38.44 | 25.99 | - |
| YUV | 167.88 | 106.06 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 129 | 0 | 0.25 | 0.38 | 0.18 | 19.75 | 0.46 | 0.66 |
| Hex | D0 | 9B | 81 | 0 | 19 | 26 | 12 | 14 | 2E | 42 |
| Octal | 320 | 233 | 201 | 0 | 31 | 46 | 22 | 24 | 56 | 102 |
| Binary | 11010000 | 10011011 | 10000001 | 0 | 11001 | 100110 | 10010 | 10100 | 101110 | 1000010 |
Color Harmonies of #D09B81
Complementary color
Monochromatic Colors of #D09B81
Black with #D09B81
Text Example
Text Example
White with #D09B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09B81; }
p { color: rgb(208,155,129); }
H1.HeaderClassName
{
color: #D09B81;
}
.AnyTagClassName
{
color: #D09B81;
}
</style>
background-color css
<style>
a { background-color: #D09B81; }
a { background-color: rgb(208,155,129); }
div.DivClassName
{
background-color: #D09B81;
}
.BgClassName
{
background-color: #D09B81;
}
</style>
border-color css
<style>
span { border-color: #D09B81; }
span { border-color: rgb(208,155,129); }
td.TdClassName
{
border-color: #D09B81;
}
.TagClassName
{
border-color: #D09B81;
}
</style>