Shades of Deco #D2D37D
Tints of Deco #D2D37D
RGB
CMYK
RGB Variations
Color information
#D2D37D (or 0xD2D37D) is known color: Deco. HEX triplet: D2, D3 and 7D. RGB value is (210,211,125). Sum of RGB (Red+Green+Blue) = 210+211+125=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 211 (82.81% from 255 or 38.64% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 211 - color contains mainly: green. Hex color #D2D37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D37D is #2D2C82. Grayscale: #C9C9C9. Windows color (decimal): -2960515 or 8246226. OLE color: 8246226.
HSL color Cylindrical-coordinate representation of color #D2D37D: hue angle of 60.7º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D2D37D is Cyan = 0.00, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 211 | 125 | - |
| CMYK | 0.00 | 0 | 0.41 | 0.17 |
| HSL | 60.7º | 0.49% | 0.66% | - |
| HSV(B) | 60.7º | 0.41% | 0.83% | - |
| XYZ | 53.57 | 61.77 | 28.5 | - |
| YUV | 200.9 | 85.17 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 211 | 125 | 0.00 | 0 | 0.41 | 0.17 | 60.7 | 0.49 | 0.66 |
| Hex | D2 | D3 | 7D | 0 | 0 | 29 | 11 | 3D | 31 | 42 |
| Octal | 322 | 323 | 175 | 0 | 0 | 51 | 21 | 75 | 61 | 102 |
| Binary | 11010010 | 11010011 | 1111101 | 0 | 0 | 101001 | 10001 | 111101 | 110001 | 1000010 |
Color Harmonies of #D2D37D
Complementary color
Monochromatic Colors of #D2D37D
Black with #D2D37D
Text Example
Text Example
White with #D2D37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D37D; }
p { color: rgb(210,211,125); }
H1.HeaderClassName
{
color: #D2D37D;
}
.AnyTagClassName
{
color: #D2D37D;
}
</style>
background-color css
<style>
a { background-color: #D2D37D; }
a { background-color: rgb(210,211,125); }
div.DivClassName
{
background-color: #D2D37D;
}
.BgClassName
{
background-color: #D2D37D;
}
</style>
border-color css
<style>
span { border-color: #D2D37D; }
span { border-color: rgb(210,211,125); }
td.TdClassName
{
border-color: #D2D37D;
}
.TagClassName
{
border-color: #D2D37D;
}
</style>