Shades of Deco #D1D67B
Tints of Deco #D1D67B
RGB
CMYK
RGB Variations
Color information
#D1D67B (or 0xD1D67B) is known color: Deco. HEX triplet: D1, D6 and 7B. RGB value is (209,214,123). Sum of RGB (Red+Green+Blue) = 209+214+123=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 123 (48.44% from 255 or 22.53% from 546); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D67B is #2E2984. Grayscale: #CACACA. Windows color (decimal): -3025285 or 8115921. OLE color: 8115921.
HSL color Cylindrical-coordinate representation of color #D1D67B: hue angle of 63.3º 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 #D1D67B is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 214 | 123 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.16 |
| HSL | 63.3º | 0.53% | 0.66% | - |
| HSV(B) | 63.3º | 0.43% | 0.84% | - |
| XYZ | 53.92 | 63.08 | 28.07 | - |
| YUV | 202.13 | 83.34 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 214 | 123 | 0.02 | 0 | 0.43 | 0.16 | 63.3 | 0.53 | 0.66 |
| Hex | D1 | D6 | 7B | 2 | 0 | 2B | 10 | 3F | 35 | 42 |
| Octal | 321 | 326 | 173 | 2 | 0 | 53 | 20 | 77 | 65 | 102 |
| Binary | 11010001 | 11010110 | 1111011 | 10 | 0 | 101011 | 10000 | 111111 | 110101 | 1000010 |
Color Harmonies of #D1D67B
Complementary color
Monochromatic Colors of #D1D67B
Black with #D1D67B
Text Example
Text Example
White with #D1D67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D67B; }
p { color: rgb(209,214,123); }
H1.HeaderClassName
{
color: #D1D67B;
}
.AnyTagClassName
{
color: #D1D67B;
}
</style>
background-color css
<style>
a { background-color: #D1D67B; }
a { background-color: rgb(209,214,123); }
div.DivClassName
{
background-color: #D1D67B;
}
.BgClassName
{
background-color: #D1D67B;
}
</style>
border-color css
<style>
span { border-color: #D1D67B; }
span { border-color: rgb(209,214,123); }
td.TdClassName
{
border-color: #D1D67B;
}
.TagClassName
{
border-color: #D1D67B;
}
</style>