Shades of Deco #CFD584
Tints of Deco #CFD584
RGB
CMYK
RGB Variations
Color information
#CFD584 (or 0xCFD584) is known color: Deco. HEX triplet: CF, D5 and 84. RGB value is (207,213,132). Sum of RGB (Red+Green+Blue) = 207+213+132=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 132 (51.95% from 255 or 23.91% from 552); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD584 is #302A7B. Grayscale: #CACACA. Windows color (decimal): -3156604 or 8705487. OLE color: 8705487.
HSL color Cylindrical-coordinate representation of color #CFD584: hue angle of 64.44º 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 #CFD584 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 132 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.16 |
| HSL | 64.44º | 0.49% | 0.68% | - |
| HSV(B) | 64.44º | 0.38% | 0.84% | - |
| XYZ | 53.69 | 62.52 | 31.07 | - |
| YUV | 201.97 | 88.51 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 132 | 0.03 | 0 | 0.38 | 0.16 | 64.44 | 0.49 | 0.68 |
| Hex | CF | D5 | 84 | 3 | 0 | 26 | 10 | 40 | 31 | 44 |
| Octal | 317 | 325 | 204 | 3 | 0 | 46 | 20 | 100 | 61 | 104 |
| Binary | 11001111 | 11010101 | 10000100 | 11 | 0 | 100110 | 10000 | 1000000 | 110001 | 1000100 |
Color Harmonies of #CFD584
Complementary color
Monochromatic Colors of #CFD584
Black with #CFD584
Text Example
Text Example
White with #CFD584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD584; }
p { color: rgb(207,213,132); }
H1.HeaderClassName
{
color: #CFD584;
}
.AnyTagClassName
{
color: #CFD584;
}
</style>
background-color css
<style>
a { background-color: #CFD584; }
a { background-color: rgb(207,213,132); }
div.DivClassName
{
background-color: #CFD584;
}
.BgClassName
{
background-color: #CFD584;
}
</style>
border-color css
<style>
span { border-color: #CFD584; }
span { border-color: rgb(207,213,132); }
td.TdClassName
{
border-color: #CFD584;
}
.TagClassName
{
border-color: #CFD584;
}
</style>