Shades of Deco #D5CF7E
Tints of Deco #D5CF7E
RGB
CMYK
RGB Variations
Color information
#D5CF7E (or 0xD5CF7E) is known color: Deco. HEX triplet: D5, CF and 7E. RGB value is (213,207,126). Sum of RGB (Red+Green+Blue) = 213+207+126=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 126 (49.61% from 255 or 23.08% from 546); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CF7E is #2A3081. Grayscale: #C7C7C7. Windows color (decimal): -2764930 or 8310741. OLE color: 8310741.
HSL color Cylindrical-coordinate representation of color #D5CF7E: hue angle of 55.86º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5CF7E is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 126 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.16 |
| HSL | 55.86º | 0.51% | 0.66% | - |
| HSV(B) | 55.86º | 0.41% | 0.84% | - |
| XYZ | 53.52 | 60.28 | 28.55 | - |
| YUV | 199.56 | 86.49 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 126 | 0 | 0.03 | 0.41 | 0.16 | 55.86 | 0.51 | 0.66 |
| Hex | D5 | CF | 7E | 0 | 3 | 29 | 10 | 38 | 33 | 42 |
| Octal | 325 | 317 | 176 | 0 | 3 | 51 | 20 | 70 | 63 | 102 |
| Binary | 11010101 | 11001111 | 1111110 | 0 | 11 | 101001 | 10000 | 111000 | 110011 | 1000010 |
Color Harmonies of #D5CF7E
Complementary color
Monochromatic Colors of #D5CF7E
Black with #D5CF7E
Text Example
Text Example
White with #D5CF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CF7E; }
p { color: rgb(213,207,126); }
H1.HeaderClassName
{
color: #D5CF7E;
}
.AnyTagClassName
{
color: #D5CF7E;
}
</style>
background-color css
<style>
a { background-color: #D5CF7E; }
a { background-color: rgb(213,207,126); }
div.DivClassName
{
background-color: #D5CF7E;
}
.BgClassName
{
background-color: #D5CF7E;
}
</style>
border-color css
<style>
span { border-color: #D5CF7E; }
span { border-color: rgb(213,207,126); }
td.TdClassName
{
border-color: #D5CF7E;
}
.TagClassName
{
border-color: #D5CF7E;
}
</style>