Shades of Deco #D5D583
Tints of Deco #D5D583
RGB
CMYK
RGB Variations
Color information
#D5D583 (or 0xD5D583) is known color: Deco. HEX triplet: D5, D5 and 83. RGB value is (213,213,131). Sum of RGB (Red+Green+Blue) = 213+213+131=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 131 (51.56% from 255 or 23.52% from 557); Max value from RGB is 213 - color contains mainly: red, green. Hex color #D5D583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D583 is #2A2A7C. Grayscale: #CBCBCB. Windows color (decimal): -2763389 or 8639957. OLE color: 8639957.
HSL color Cylindrical-coordinate representation of color #D5D583: hue angle of 60º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5D583 is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 213 | 131 | - |
| CMYK | 0 | 0 | 0.38 | 0.16 |
| HSL | 60º | 0.49% | 0.67% | - |
| HSV(B) | 60º | 0.38% | 0.84% | - |
| XYZ | 55.33 | 63.37 | 30.79 | - |
| YUV | 203.65 | 87 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 213 | 131 | 0 | 0 | 0.38 | 0.16 | 60 | 0.49 | 0.67 |
| Hex | D5 | D5 | 83 | 0 | 0 | 26 | 10 | 3C | 31 | 43 |
| Octal | 325 | 325 | 203 | 0 | 0 | 46 | 20 | 74 | 61 | 103 |
| Binary | 11010101 | 11010101 | 10000011 | 0 | 0 | 100110 | 10000 | 111100 | 110001 | 1000011 |
Color Harmonies of #D5D583
Complementary color
Monochromatic Colors of #D5D583
Black with #D5D583
Text Example
Text Example
White with #D5D583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D583; }
p { color: rgb(213,213,131); }
H1.HeaderClassName
{
color: #D5D583;
}
.AnyTagClassName
{
color: #D5D583;
}
</style>
background-color css
<style>
a { background-color: #D5D583; }
a { background-color: rgb(213,213,131); }
div.DivClassName
{
background-color: #D5D583;
}
.BgClassName
{
background-color: #D5D583;
}
</style>
border-color css
<style>
span { border-color: #D5D583; }
span { border-color: rgb(213,213,131); }
td.TdClassName
{
border-color: #D5D583;
}
.TagClassName
{
border-color: #D5D583;
}
</style>