Shades of Deco #D2D481
Tints of Deco #D2D481
RGB
CMYK
RGB Variations
Color information
#D2D481 (or 0xD2D481) is known color: Deco. HEX triplet: D2, D4 and 81. RGB value is (210,212,129). Sum of RGB (Red+Green+Blue) = 210+212+129=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 212 (83.20% from 255 or 38.48% from 551); Blue value is 129 (50.78% from 255 or 23.41% from 551); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D481 is #2D2B7E. Grayscale: #CACACA. Windows color (decimal): -2960255 or 8508626. OLE color: 8508626.
HSL color Cylindrical-coordinate representation of color #D2D481: hue angle of 61.45º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D2D481 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 212 | 129 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.17 |
| HSL | 61.45º | 0.49% | 0.67% | - |
| HSV(B) | 61.45º | 0.39% | 0.83% | - |
| XYZ | 54.08 | 62.37 | 29.96 | - |
| YUV | 201.94 | 86.84 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 212 | 129 | 0.01 | 0 | 0.39 | 0.17 | 61.45 | 0.49 | 0.67 |
| Hex | D2 | D4 | 81 | 1 | 0 | 27 | 11 | 3D | 31 | 43 |
| Octal | 322 | 324 | 201 | 1 | 0 | 47 | 21 | 75 | 61 | 103 |
| Binary | 11010010 | 11010100 | 10000001 | 1 | 0 | 100111 | 10001 | 111101 | 110001 | 1000011 |
Color Harmonies of #D2D481
Complementary color
Monochromatic Colors of #D2D481
Black with #D2D481
Text Example
Text Example
White with #D2D481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D481; }
p { color: rgb(210,212,129); }
H1.HeaderClassName
{
color: #D2D481;
}
.AnyTagClassName
{
color: #D2D481;
}
</style>
background-color css
<style>
a { background-color: #D2D481; }
a { background-color: rgb(210,212,129); }
div.DivClassName
{
background-color: #D2D481;
}
.BgClassName
{
background-color: #D2D481;
}
</style>
border-color css
<style>
span { border-color: #D2D481; }
span { border-color: rgb(210,212,129); }
td.TdClassName
{
border-color: #D2D481;
}
.TagClassName
{
border-color: #D2D481;
}
</style>