Shades of Deco #D5CE7A
Tints of Deco #D5CE7A
RGB
CMYK
RGB Variations
Color information
#D5CE7A (or 0xD5CE7A) is known color: Deco. HEX triplet: D5, CE and 7A. RGB value is (213,206,122). Sum of RGB (Red+Green+Blue) = 213+206+122=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 122 (48.05% from 255 or 22.55% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CE7A is #2A3185. Grayscale: #C6C6C6. Windows color (decimal): -2765190 or 8048341. OLE color: 8048341.
HSL color Cylindrical-coordinate representation of color #D5CE7A: hue angle of 55.38º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5CE7A is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 122 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.16 |
| HSL | 55.38º | 0.52% | 0.66% | - |
| HSV(B) | 55.38º | 0.43% | 0.84% | - |
| XYZ | 53.02 | 59.69 | 27.14 | - |
| YUV | 198.52 | 84.82 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 122 | 0 | 0.03 | 0.43 | 0.16 | 55.38 | 0.52 | 0.66 |
| Hex | D5 | CE | 7A | 0 | 3 | 2B | 10 | 37 | 34 | 42 |
| Octal | 325 | 316 | 172 | 0 | 3 | 53 | 20 | 67 | 64 | 102 |
| Binary | 11010101 | 11001110 | 1111010 | 0 | 11 | 101011 | 10000 | 110111 | 110100 | 1000010 |
Color Harmonies of #D5CE7A
Complementary color
Monochromatic Colors of #D5CE7A
Black with #D5CE7A
Text Example
Text Example
White with #D5CE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CE7A; }
p { color: rgb(213,206,122); }
H1.HeaderClassName
{
color: #D5CE7A;
}
.AnyTagClassName
{
color: #D5CE7A;
}
</style>
background-color css
<style>
a { background-color: #D5CE7A; }
a { background-color: rgb(213,206,122); }
div.DivClassName
{
background-color: #D5CE7A;
}
.BgClassName
{
background-color: #D5CE7A;
}
</style>
border-color css
<style>
span { border-color: #D5CE7A; }
span { border-color: rgb(213,206,122); }
td.TdClassName
{
border-color: #D5CE7A;
}
.TagClassName
{
border-color: #D5CE7A;
}
</style>