Shades of Deco #D0D687
Tints of Deco #D0D687
RGB
CMYK
RGB Variations
Color information
#D0D687 (or 0xD0D687) is known color: Deco. HEX triplet: D0, D6 and 87. RGB value is (208,214,135). Sum of RGB (Red+Green+Blue) = 208+214+135=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 135 (53.12% from 255 or 24.24% from 557); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D687 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D687 is #2F2978. Grayscale: #CBCBCB. Windows color (decimal): -3090809 or 8902352. OLE color: 8902352.
HSL color Cylindrical-coordinate representation of color #D0D687: hue angle of 64.56º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0D687 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 214 | 135 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.16 |
| HSL | 64.56º | 0.49% | 0.68% | - |
| HSV(B) | 64.56º | 0.37% | 0.84% | - |
| XYZ | 54.43 | 63.25 | 32.26 | - |
| YUV | 203.2 | 89.51 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 214 | 135 | 0.03 | 0 | 0.37 | 0.16 | 64.56 | 0.49 | 0.68 |
| Hex | D0 | D6 | 87 | 3 | 0 | 25 | 10 | 41 | 31 | 44 |
| Octal | 320 | 326 | 207 | 3 | 0 | 45 | 20 | 101 | 61 | 104 |
| Binary | 11010000 | 11010110 | 10000111 | 11 | 0 | 100101 | 10000 | 1000001 | 110001 | 1000100 |
Color Harmonies of #D0D687
Complementary color
Monochromatic Colors of #D0D687
Black with #D0D687
Text Example
Text Example
White with #D0D687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D687; }
p { color: rgb(208,214,135); }
H1.HeaderClassName
{
color: #D0D687;
}
.AnyTagClassName
{
color: #D0D687;
}
</style>
background-color css
<style>
a { background-color: #D0D687; }
a { background-color: rgb(208,214,135); }
div.DivClassName
{
background-color: #D0D687;
}
.BgClassName
{
background-color: #D0D687;
}
</style>
border-color css
<style>
span { border-color: #D0D687; }
span { border-color: rgb(208,214,135); }
td.TdClassName
{
border-color: #D0D687;
}
.TagClassName
{
border-color: #D0D687;
}
</style>