Shades of Deco #D5D782
Tints of Deco #D5D782
RGB
CMYK
RGB Variations
Color information
#D5D782 (or 0xD5D782) is known color: Deco. HEX triplet: D5, D7 and 82. RGB value is (213,215,130). Sum of RGB (Red+Green+Blue) = 213+215+130=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 215 (84.38% from 255 or 38.53% from 558); Blue value is 130 (51.17% from 255 or 23.30% from 558); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D782 is #2A287D. Grayscale: #CDCDCD. Windows color (decimal): -2762878 or 8574933. OLE color: 8574933.
HSL color Cylindrical-coordinate representation of color #D5D782: hue angle of 61.41º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5D782 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 215 | 130 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.16 |
| HSL | 61.41º | 0.52% | 0.68% | - |
| HSV(B) | 61.41º | 0.4% | 0.84% | - |
| XYZ | 55.77 | 64.36 | 30.6 | - |
| YUV | 204.71 | 85.84 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 130 | 0.01 | 0 | 0.40 | 0.16 | 61.41 | 0.52 | 0.68 |
| Hex | D5 | D7 | 82 | 1 | 0 | 28 | 10 | 3D | 34 | 44 |
| Octal | 325 | 327 | 202 | 1 | 0 | 50 | 20 | 75 | 64 | 104 |
| Binary | 11010101 | 11010111 | 10000010 | 1 | 0 | 101000 | 10000 | 111101 | 110100 | 1000100 |
Color Harmonies of #D5D782
Complementary color
Monochromatic Colors of #D5D782
Black with #D5D782
Text Example
Text Example
White with #D5D782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D782; }
p { color: rgb(213,215,130); }
H1.HeaderClassName
{
color: #D5D782;
}
.AnyTagClassName
{
color: #D5D782;
}
</style>
background-color css
<style>
a { background-color: #D5D782; }
a { background-color: rgb(213,215,130); }
div.DivClassName
{
background-color: #D5D782;
}
.BgClassName
{
background-color: #D5D782;
}
</style>
border-color css
<style>
span { border-color: #D5D782; }
span { border-color: rgb(213,215,130); }
td.TdClassName
{
border-color: #D5D782;
}
.TagClassName
{
border-color: #D5D782;
}
</style>