Shades of Deco #D2D68F
Tints of Deco #D2D68F
RGB
CMYK
RGB Variations
Color information
#D2D68F (or 0xD2D68F) is known color: Deco. HEX triplet: D2, D6 and 8F. RGB value is (210,214,143). Sum of RGB (Red+Green+Blue) = 210+214+143=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 143 (56.25% from 255 or 25.22% from 567); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D68F is #2D2970. Grayscale: #CCCCCC. Windows color (decimal): -2959729 or 9426642. OLE color: 9426642.
HSL color Cylindrical-coordinate representation of color #D2D68F: hue angle of 63.38º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2D68F is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 214 | 143 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.16 |
| HSL | 63.38º | 0.46% | 0.7% | - |
| HSV(B) | 63.38º | 0.33% | 0.84% | - |
| XYZ | 55.58 | 63.78 | 35.37 | - |
| YUV | 204.71 | 93.17 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 214 | 143 | 0.02 | 0 | 0.33 | 0.16 | 63.38 | 0.46 | 0.7 |
| Hex | D2 | D6 | 8F | 2 | 0 | 21 | 10 | 3F | 2E | 46 |
| Octal | 322 | 326 | 217 | 2 | 0 | 41 | 20 | 77 | 56 | 106 |
| Binary | 11010010 | 11010110 | 10001111 | 10 | 0 | 100001 | 10000 | 111111 | 101110 | 1000110 |
Color Harmonies of #D2D68F
Complementary color
Monochromatic Colors of #D2D68F
Black with #D2D68F
Text Example
Text Example
White with #D2D68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D68F; }
p { color: rgb(210,214,143); }
H1.HeaderClassName
{
color: #D2D68F;
}
.AnyTagClassName
{
color: #D2D68F;
}
</style>
background-color css
<style>
a { background-color: #D2D68F; }
a { background-color: rgb(210,214,143); }
div.DivClassName
{
background-color: #D2D68F;
}
.BgClassName
{
background-color: #D2D68F;
}
</style>
border-color css
<style>
span { border-color: #D2D68F; }
span { border-color: rgb(210,214,143); }
td.TdClassName
{
border-color: #D2D68F;
}
.TagClassName
{
border-color: #D2D68F;
}
</style>