Shades of Cameo #D09D7B
Tints of Cameo #D09D7B
RGB
CMYK
RGB Variations
Color information
#D09D7B (or 0xD09D7B) is known color: Cameo. HEX triplet: D0, 9D and 7B. RGB value is (208,157,123). Sum of RGB (Red+Green+Blue) = 208+157+123=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09D7B is #2F6284. Grayscale: #A8A8A8. Windows color (decimal): -3105413 or 8101328. OLE color: 8101328.
HSL color Cylindrical-coordinate representation of color #D09D7B: hue angle of 24º degrees, saturation: 0.47, 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 #D09D7B is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 157 | 123 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.18 |
| HSL | 24º | 0.47% | 0.65% | - |
| HSV(B) | 24º | 0.41% | 0.82% | - |
| XYZ | 41.64 | 38.95 | 24.06 | - |
| YUV | 168.37 | 102.4 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 123 | 0 | 0.25 | 0.41 | 0.18 | 24 | 0.47 | 0.65 |
| Hex | D0 | 9D | 7B | 0 | 19 | 29 | 12 | 18 | 2F | 41 |
| Octal | 320 | 235 | 173 | 0 | 31 | 51 | 22 | 30 | 57 | 101 |
| Binary | 11010000 | 10011101 | 1111011 | 0 | 11001 | 101001 | 10010 | 11000 | 101111 | 1000001 |
Color Harmonies of #D09D7B
Complementary color
Monochromatic Colors of #D09D7B
Black with #D09D7B
Text Example
Text Example
White with #D09D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09D7B; }
p { color: rgb(208,157,123); }
H1.HeaderClassName
{
color: #D09D7B;
}
.AnyTagClassName
{
color: #D09D7B;
}
</style>
background-color css
<style>
a { background-color: #D09D7B; }
a { background-color: rgb(208,157,123); }
div.DivClassName
{
background-color: #D09D7B;
}
.BgClassName
{
background-color: #D09D7B;
}
</style>
border-color css
<style>
span { border-color: #D09D7B; }
span { border-color: rgb(208,157,123); }
td.TdClassName
{
border-color: #D09D7B;
}
.TagClassName
{
border-color: #D09D7B;
}
</style>