Shades of Deco #D0CA7A
Tints of Deco #D0CA7A
RGB
CMYK
RGB Variations
Color information
#D0CA7A (or 0xD0CA7A) is known color: Deco. HEX triplet: D0, CA and 7A. RGB value is (208,202,122). Sum of RGB (Red+Green+Blue) = 208+202+122=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 122 (48.05% from 255 or 22.93% from 532); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CA7A is #2F3585. Grayscale: #C2C2C2. Windows color (decimal): -3093894 or 8047312. OLE color: 8047312.
HSL color Cylindrical-coordinate representation of color #D0CA7A: hue angle of 55.81º 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 #D0CA7A is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 202 | 122 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.18 |
| HSL | 55.81º | 0.48% | 0.65% | - |
| HSV(B) | 55.81º | 0.41% | 0.82% | - |
| XYZ | 50.65 | 57.06 | 26.76 | - |
| YUV | 194.67 | 86.99 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 202 | 122 | 0 | 0.03 | 0.41 | 0.18 | 55.81 | 0.48 | 0.65 |
| Hex | D0 | CA | 7A | 0 | 3 | 29 | 12 | 38 | 30 | 41 |
| Octal | 320 | 312 | 172 | 0 | 3 | 51 | 22 | 70 | 60 | 101 |
| Binary | 11010000 | 11001010 | 1111010 | 0 | 11 | 101001 | 10010 | 111000 | 110000 | 1000001 |
Color Harmonies of #D0CA7A
Complementary color
Monochromatic Colors of #D0CA7A
Black with #D0CA7A
Text Example
Text Example
White with #D0CA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CA7A; }
p { color: rgb(208,202,122); }
H1.HeaderClassName
{
color: #D0CA7A;
}
.AnyTagClassName
{
color: #D0CA7A;
}
</style>
background-color css
<style>
a { background-color: #D0CA7A; }
a { background-color: rgb(208,202,122); }
div.DivClassName
{
background-color: #D0CA7A;
}
.BgClassName
{
background-color: #D0CA7A;
}
</style>
border-color css
<style>
span { border-color: #D0CA7A; }
span { border-color: rgb(208,202,122); }
td.TdClassName
{
border-color: #D0CA7A;
}
.TagClassName
{
border-color: #D0CA7A;
}
</style>