Shades of Deco #D3CF78
Tints of Deco #D3CF78
RGB
CMYK
RGB Variations
Color information
#D3CF78 (or 0xD3CF78) is known color: Deco. HEX triplet: D3, CF and 78. RGB value is (211,207,120). Sum of RGB (Red+Green+Blue) = 211+207+120=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 120 (47.27% from 255 or 22.30% from 538); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CF78 is #2C3087. Grayscale: #C6C6C6. Windows color (decimal): -2896008 or 7917523. OLE color: 7917523.
HSL color Cylindrical-coordinate representation of color #D3CF78: hue angle of 57.36º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D3CF78 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 207 | 120 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.17 |
| HSL | 57.36º | 0.51% | 0.65% | - |
| HSV(B) | 57.36º | 0.43% | 0.83% | - |
| XYZ | 52.57 | 59.83 | 26.55 | - |
| YUV | 198.28 | 83.83 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 207 | 120 | 0 | 0.02 | 0.43 | 0.17 | 57.36 | 0.51 | 0.65 |
| Hex | D3 | CF | 78 | 0 | 2 | 2B | 11 | 39 | 33 | 41 |
| Octal | 323 | 317 | 170 | 0 | 2 | 53 | 21 | 71 | 63 | 101 |
| Binary | 11010011 | 11001111 | 1111000 | 0 | 10 | 101011 | 10001 | 111001 | 110011 | 1000001 |
Color Harmonies of #D3CF78
Complementary color
Monochromatic Colors of #D3CF78
Black with #D3CF78
Text Example
Text Example
White with #D3CF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CF78; }
p { color: rgb(211,207,120); }
H1.HeaderClassName
{
color: #D3CF78;
}
.AnyTagClassName
{
color: #D3CF78;
}
</style>
background-color css
<style>
a { background-color: #D3CF78; }
a { background-color: rgb(211,207,120); }
div.DivClassName
{
background-color: #D3CF78;
}
.BgClassName
{
background-color: #D3CF78;
}
</style>
border-color css
<style>
span { border-color: #D3CF78; }
span { border-color: rgb(211,207,120); }
td.TdClassName
{
border-color: #D3CF78;
}
.TagClassName
{
border-color: #D3CF78;
}
</style>