Shades of Deco #D1CF8D
Tints of Deco #D1CF8D
RGB
CMYK
RGB Variations
Color information
#D1CF8D (or 0xD1CF8D) is known color: Deco. HEX triplet: D1, CF and 8D. RGB value is (209,207,141). Sum of RGB (Red+Green+Blue) = 209+207+141=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CF8D is #2E3072. Grayscale: #C8C8C8. Windows color (decimal): -3027059 or 9293777. OLE color: 9293777.
HSL color Cylindrical-coordinate representation of color #D1CF8D: hue angle of 58.24º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1CF8D is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 141 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.18 |
| HSL | 58.24º | 0.43% | 0.69% | - |
| HSV(B) | 58.24º | 0.33% | 0.82% | - |
| XYZ | 53.42 | 60.1 | 33.99 | - |
| YUV | 200.07 | 94.66 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 141 | 0 | 0.01 | 0.33 | 0.18 | 58.24 | 0.43 | 0.69 |
| Hex | D1 | CF | 8D | 0 | 1 | 21 | 12 | 3A | 2A | 45 |
| Octal | 321 | 317 | 215 | 0 | 1 | 41 | 22 | 72 | 52 | 105 |
| Binary | 11010001 | 11001111 | 10001101 | 0 | 1 | 100001 | 10010 | 111010 | 101010 | 1000101 |
Color Harmonies of #D1CF8D
Complementary color
Monochromatic Colors of #D1CF8D
Black with #D1CF8D
Text Example
Text Example
White with #D1CF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CF8D; }
p { color: rgb(209,207,141); }
H1.HeaderClassName
{
color: #D1CF8D;
}
.AnyTagClassName
{
color: #D1CF8D;
}
</style>
background-color css
<style>
a { background-color: #D1CF8D; }
a { background-color: rgb(209,207,141); }
div.DivClassName
{
background-color: #D1CF8D;
}
.BgClassName
{
background-color: #D1CF8D;
}
</style>
border-color css
<style>
span { border-color: #D1CF8D; }
span { border-color: rgb(209,207,141); }
td.TdClassName
{
border-color: #D1CF8D;
}
.TagClassName
{
border-color: #D1CF8D;
}
</style>