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