Shades of Deco #D5CE7B
Tints of Deco #D5CE7B
RGB
CMYK
RGB Variations
Color information
#D5CE7B (or 0xD5CE7B) is known color: Deco. HEX triplet: D5, CE and 7B. RGB value is (213,206,123). Sum of RGB (Red+Green+Blue) = 213+206+123=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 123 (48.44% from 255 or 22.69% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CE7B is #2A3184. Grayscale: #C6C6C6. Windows color (decimal): -2765189 or 8113877. OLE color: 8113877.
HSL color Cylindrical-coordinate representation of color #D5CE7B: hue angle of 55.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5CE7B is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 123 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.16 |
| HSL | 55.33º | 0.52% | 0.66% | - |
| HSV(B) | 55.33º | 0.42% | 0.84% | - |
| XYZ | 53.09 | 59.72 | 27.47 | - |
| YUV | 198.63 | 85.32 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 123 | 0 | 0.03 | 0.42 | 0.16 | 55.33 | 0.52 | 0.66 |
| Hex | D5 | CE | 7B | 0 | 3 | 2A | 10 | 37 | 34 | 42 |
| Octal | 325 | 316 | 173 | 0 | 3 | 52 | 20 | 67 | 64 | 102 |
| Binary | 11010101 | 11001110 | 1111011 | 0 | 11 | 101010 | 10000 | 110111 | 110100 | 1000010 |
Color Harmonies of #D5CE7B
Complementary color
Monochromatic Colors of #D5CE7B
Black with #D5CE7B
Text Example
Text Example
White with #D5CE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CE7B; }
p { color: rgb(213,206,123); }
H1.HeaderClassName
{
color: #D5CE7B;
}
.AnyTagClassName
{
color: #D5CE7B;
}
</style>
background-color css
<style>
a { background-color: #D5CE7B; }
a { background-color: rgb(213,206,123); }
div.DivClassName
{
background-color: #D5CE7B;
}
.BgClassName
{
background-color: #D5CE7B;
}
</style>
border-color css
<style>
span { border-color: #D5CE7B; }
span { border-color: rgb(213,206,123); }
td.TdClassName
{
border-color: #D5CE7B;
}
.TagClassName
{
border-color: #D5CE7B;
}
</style>