Shades of Deco #D2D382
Tints of Deco #D2D382
RGB
CMYK
RGB Variations
Color information
#D2D382 (or 0xD2D382) is known color: Deco. HEX triplet: D2, D3 and 82. RGB value is (210,211,130). Sum of RGB (Red+Green+Blue) = 210+211+130=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 211 (82.81% from 255 or 38.29% from 551); Blue value is 130 (51.17% from 255 or 23.59% from 551); Max value from RGB is 211 - color contains mainly: green. Hex color #D2D382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D382 is #2D2C7D. Grayscale: #C9C9C9. Windows color (decimal): -2960510 or 8573906. OLE color: 8573906.
HSL color Cylindrical-coordinate representation of color #D2D382: hue angle of 60.74º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D2D382 is Cyan = 0.00, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 211 | 130 | - |
| CMYK | 0.00 | 0 | 0.38 | 0.17 |
| HSL | 60.74º | 0.48% | 0.67% | - |
| HSV(B) | 60.74º | 0.38% | 0.83% | - |
| XYZ | 53.9 | 61.9 | 30.23 | - |
| YUV | 201.47 | 87.67 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 211 | 130 | 0.00 | 0 | 0.38 | 0.17 | 60.74 | 0.48 | 0.67 |
| Hex | D2 | D3 | 82 | 0 | 0 | 26 | 11 | 3D | 30 | 43 |
| Octal | 322 | 323 | 202 | 0 | 0 | 46 | 21 | 75 | 60 | 103 |
| Binary | 11010010 | 11010011 | 10000010 | 0 | 0 | 100110 | 10001 | 111101 | 110000 | 1000011 |
Color Harmonies of #D2D382
Complementary color
Monochromatic Colors of #D2D382
Black with #D2D382
Text Example
Text Example
White with #D2D382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D382; }
p { color: rgb(210,211,130); }
H1.HeaderClassName
{
color: #D2D382;
}
.AnyTagClassName
{
color: #D2D382;
}
</style>
background-color css
<style>
a { background-color: #D2D382; }
a { background-color: rgb(210,211,130); }
div.DivClassName
{
background-color: #D2D382;
}
.BgClassName
{
background-color: #D2D382;
}
</style>
border-color css
<style>
span { border-color: #D2D382; }
span { border-color: rgb(210,211,130); }
td.TdClassName
{
border-color: #D2D382;
}
.TagClassName
{
border-color: #D2D382;
}
</style>