Shades of Deco #D0D67A
Tints of Deco #D0D67A
RGB
CMYK
RGB Variations
Color information
#D0D67A (or 0xD0D67A) is known color: Deco. HEX triplet: D0, D6 and 7A. RGB value is (208,214,122). Sum of RGB (Red+Green+Blue) = 208+214+122=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 122 (48.05% from 255 or 22.43% from 544); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D67A is #2F2985. Grayscale: #CACACA. Windows color (decimal): -3090822 or 8050384. OLE color: 8050384.
HSL color Cylindrical-coordinate representation of color #D0D67A: hue angle of 63.91º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0D67A is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 214 | 122 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.16 |
| HSL | 63.91º | 0.53% | 0.66% | - |
| HSV(B) | 63.91º | 0.43% | 0.84% | - |
| XYZ | 53.57 | 62.91 | 27.73 | - |
| YUV | 201.72 | 83.01 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 214 | 122 | 0.03 | 0 | 0.43 | 0.16 | 63.91 | 0.53 | 0.66 |
| Hex | D0 | D6 | 7A | 3 | 0 | 2B | 10 | 40 | 35 | 42 |
| Octal | 320 | 326 | 172 | 3 | 0 | 53 | 20 | 100 | 65 | 102 |
| Binary | 11010000 | 11010110 | 1111010 | 11 | 0 | 101011 | 10000 | 1000000 | 110101 | 1000010 |
Color Harmonies of #D0D67A
Complementary color
Monochromatic Colors of #D0D67A
Black with #D0D67A
Text Example
Text Example
White with #D0D67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D67A; }
p { color: rgb(208,214,122); }
H1.HeaderClassName
{
color: #D0D67A;
}
.AnyTagClassName
{
color: #D0D67A;
}
</style>
background-color css
<style>
a { background-color: #D0D67A; }
a { background-color: rgb(208,214,122); }
div.DivClassName
{
background-color: #D0D67A;
}
.BgClassName
{
background-color: #D0D67A;
}
</style>
border-color css
<style>
span { border-color: #D0D67A; }
span { border-color: rgb(208,214,122); }
td.TdClassName
{
border-color: #D0D67A;
}
.TagClassName
{
border-color: #D0D67A;
}
</style>