Shades of Deco #D1CF83
Tints of Deco #D1CF83
RGB
CMYK
RGB Variations
Color information
#D1CF83 (or 0xD1CF83) is known color: Deco. HEX triplet: D1, CF and 83. RGB value is (209,207,131). Sum of RGB (Red+Green+Blue) = 209+207+131=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 131 (51.56% from 255 or 23.95% from 547); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CF83 is #2E307C. Grayscale: #C7C7C7. Windows color (decimal): -3027069 or 8638417. OLE color: 8638417.
HSL color Cylindrical-coordinate representation of color #D1CF83: hue angle of 58.46º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D1CF83 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 131 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.18 |
| HSL | 58.46º | 0.46% | 0.67% | - |
| HSV(B) | 58.46º | 0.37% | 0.82% | - |
| XYZ | 52.7 | 59.82 | 30.24 | - |
| YUV | 198.93 | 89.66 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 131 | 0 | 0.01 | 0.37 | 0.18 | 58.46 | 0.46 | 0.67 |
| Hex | D1 | CF | 83 | 0 | 1 | 25 | 12 | 3A | 2E | 43 |
| Octal | 321 | 317 | 203 | 0 | 1 | 45 | 22 | 72 | 56 | 103 |
| Binary | 11010001 | 11001111 | 10000011 | 0 | 1 | 100101 | 10010 | 111010 | 101110 | 1000011 |
Color Harmonies of #D1CF83
Complementary color
Monochromatic Colors of #D1CF83
Black with #D1CF83
Text Example
Text Example
White with #D1CF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CF83; }
p { color: rgb(209,207,131); }
H1.HeaderClassName
{
color: #D1CF83;
}
.AnyTagClassName
{
color: #D1CF83;
}
</style>
background-color css
<style>
a { background-color: #D1CF83; }
a { background-color: rgb(209,207,131); }
div.DivClassName
{
background-color: #D1CF83;
}
.BgClassName
{
background-color: #D1CF83;
}
</style>
border-color css
<style>
span { border-color: #D1CF83; }
span { border-color: rgb(209,207,131); }
td.TdClassName
{
border-color: #D1CF83;
}
.TagClassName
{
border-color: #D1CF83;
}
</style>