Shades of Deco #D0CB7A
Tints of Deco #D0CB7A
RGB
CMYK
RGB Variations
Color information
#D0CB7A (or 0xD0CB7A) is known color: Deco. HEX triplet: D0, CB and 7A. RGB value is (208,203,122). Sum of RGB (Red+Green+Blue) = 208+203+122=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 122 (48.05% from 255 or 22.89% from 533); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CB7A is #2F3485. Grayscale: #C3C3C3. Windows color (decimal): -3093638 or 8047568. OLE color: 8047568.
HSL color Cylindrical-coordinate representation of color #D0CB7A: hue angle of 56.51º degrees, saturation: 0.48, 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 #D0CB7A is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 203 | 122 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.18 |
| HSL | 56.51º | 0.48% | 0.65% | - |
| HSV(B) | 56.51º | 0.41% | 0.82% | - |
| XYZ | 50.88 | 57.53 | 26.83 | - |
| YUV | 195.26 | 86.66 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 122 | 0 | 0.02 | 0.41 | 0.18 | 56.51 | 0.48 | 0.65 |
| Hex | D0 | CB | 7A | 0 | 2 | 29 | 12 | 39 | 30 | 41 |
| Octal | 320 | 313 | 172 | 0 | 2 | 51 | 22 | 71 | 60 | 101 |
| Binary | 11010000 | 11001011 | 1111010 | 0 | 10 | 101001 | 10010 | 111001 | 110000 | 1000001 |
Color Harmonies of #D0CB7A
Complementary color
Monochromatic Colors of #D0CB7A
Black with #D0CB7A
Text Example
Text Example
White with #D0CB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CB7A; }
p { color: rgb(208,203,122); }
H1.HeaderClassName
{
color: #D0CB7A;
}
.AnyTagClassName
{
color: #D0CB7A;
}
</style>
background-color css
<style>
a { background-color: #D0CB7A; }
a { background-color: rgb(208,203,122); }
div.DivClassName
{
background-color: #D0CB7A;
}
.BgClassName
{
background-color: #D0CB7A;
}
</style>
border-color css
<style>
span { border-color: #D0CB7A; }
span { border-color: rgb(208,203,122); }
td.TdClassName
{
border-color: #D0CB7A;
}
.TagClassName
{
border-color: #D0CB7A;
}
</style>