Shades of Deco #CFD585
Tints of Deco #CFD585
RGB
CMYK
RGB Variations
Color information
#CFD585 (or 0xCFD585) is known color: Deco. HEX triplet: CF, D5 and 85. RGB value is (207,213,133). Sum of RGB (Red+Green+Blue) = 207+213+133=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD585 is #302A7A. Grayscale: #CACACA. Windows color (decimal): -3156603 or 8771023. OLE color: 8771023.
HSL color Cylindrical-coordinate representation of color #CFD585: hue angle of 64.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFD585 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 133 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.16 |
| HSL | 64.5º | 0.49% | 0.68% | - |
| HSV(B) | 64.5º | 0.38% | 0.84% | - |
| XYZ | 53.76 | 62.55 | 31.43 | - |
| YUV | 202.09 | 89.01 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 133 | 0.03 | 0 | 0.38 | 0.16 | 64.5 | 0.49 | 0.68 |
| Hex | CF | D5 | 85 | 3 | 0 | 26 | 10 | 40 | 31 | 44 |
| Octal | 317 | 325 | 205 | 3 | 0 | 46 | 20 | 100 | 61 | 104 |
| Binary | 11001111 | 11010101 | 10000101 | 11 | 0 | 100110 | 10000 | 1000000 | 110001 | 1000100 |
Color Harmonies of #CFD585
Complementary color
Monochromatic Colors of #CFD585
Black with #CFD585
Text Example
Text Example
White with #CFD585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD585; }
p { color: rgb(207,213,133); }
H1.HeaderClassName
{
color: #CFD585;
}
.AnyTagClassName
{
color: #CFD585;
}
</style>
background-color css
<style>
a { background-color: #CFD585; }
a { background-color: rgb(207,213,133); }
div.DivClassName
{
background-color: #CFD585;
}
.BgClassName
{
background-color: #CFD585;
}
</style>
border-color css
<style>
span { border-color: #CFD585; }
span { border-color: rgb(207,213,133); }
td.TdClassName
{
border-color: #CFD585;
}
.TagClassName
{
border-color: #CFD585;
}
</style>