Shades of Deco #D5CF7A
Tints of Deco #D5CF7A
RGB
CMYK
RGB Variations
Color information
#D5CF7A (or 0xD5CF7A) is known color: Deco. HEX triplet: D5, CF and 7A. RGB value is (213,207,122). Sum of RGB (Red+Green+Blue) = 213+207+122=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 122 (48.05% from 255 or 22.51% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CF7A is #2A3085. Grayscale: #C7C7C7. Windows color (decimal): -2764934 or 8048597. OLE color: 8048597.
HSL color Cylindrical-coordinate representation of color #D5CF7A: hue angle of 56.04º 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 #D5CF7A is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 122 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.16 |
| HSL | 56.04º | 0.52% | 0.66% | - |
| HSV(B) | 56.04º | 0.43% | 0.84% | - |
| XYZ | 53.27 | 60.18 | 27.22 | - |
| YUV | 199.1 | 84.49 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 122 | 0 | 0.03 | 0.43 | 0.16 | 56.04 | 0.52 | 0.66 |
| Hex | D5 | CF | 7A | 0 | 3 | 2B | 10 | 38 | 34 | 42 |
| Octal | 325 | 317 | 172 | 0 | 3 | 53 | 20 | 70 | 64 | 102 |
| Binary | 11010101 | 11001111 | 1111010 | 0 | 11 | 101011 | 10000 | 111000 | 110100 | 1000010 |
Color Harmonies of #D5CF7A
Complementary color
Monochromatic Colors of #D5CF7A
Black with #D5CF7A
Text Example
Text Example
White with #D5CF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CF7A; }
p { color: rgb(213,207,122); }
H1.HeaderClassName
{
color: #D5CF7A;
}
.AnyTagClassName
{
color: #D5CF7A;
}
</style>
background-color css
<style>
a { background-color: #D5CF7A; }
a { background-color: rgb(213,207,122); }
div.DivClassName
{
background-color: #D5CF7A;
}
.BgClassName
{
background-color: #D5CF7A;
}
</style>
border-color css
<style>
span { border-color: #D5CF7A; }
span { border-color: rgb(213,207,122); }
td.TdClassName
{
border-color: #D5CF7A;
}
.TagClassName
{
border-color: #D5CF7A;
}
</style>