Shades of Deco #CFD484
Tints of Deco #CFD484
RGB
CMYK
RGB Variations
Color information
#CFD484 (or 0xCFD484) is known color: Deco. HEX triplet: CF, D4 and 84. RGB value is (207,212,132). Sum of RGB (Red+Green+Blue) = 207+212+132=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 212 (83.20% from 255 or 38.48% from 551); Blue value is 132 (51.95% from 255 or 23.96% from 551); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD484 is #302B7B. Grayscale: #C9C9C9. Windows color (decimal): -3156860 or 8705231. OLE color: 8705231.
HSL color Cylindrical-coordinate representation of color #CFD484: hue angle of 63.75º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFD484 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 212 | 132 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.17 |
| HSL | 63.75º | 0.48% | 0.67% | - |
| HSV(B) | 63.75º | 0.38% | 0.83% | - |
| XYZ | 53.44 | 62.02 | 30.98 | - |
| YUV | 201.39 | 88.84 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 132 | 0.02 | 0 | 0.38 | 0.17 | 63.75 | 0.48 | 0.67 |
| Hex | CF | D4 | 84 | 2 | 0 | 26 | 11 | 40 | 30 | 43 |
| Octal | 317 | 324 | 204 | 2 | 0 | 46 | 21 | 100 | 60 | 103 |
| Binary | 11001111 | 11010100 | 10000100 | 10 | 0 | 100110 | 10001 | 1000000 | 110000 | 1000011 |
Color Harmonies of #CFD484
Complementary color
Monochromatic Colors of #CFD484
Black with #CFD484
Text Example
Text Example
White with #CFD484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD484; }
p { color: rgb(207,212,132); }
H1.HeaderClassName
{
color: #CFD484;
}
.AnyTagClassName
{
color: #CFD484;
}
</style>
background-color css
<style>
a { background-color: #CFD484; }
a { background-color: rgb(207,212,132); }
div.DivClassName
{
background-color: #CFD484;
}
.BgClassName
{
background-color: #CFD484;
}
</style>
border-color css
<style>
span { border-color: #CFD484; }
span { border-color: rgb(207,212,132); }
td.TdClassName
{
border-color: #CFD484;
}
.TagClassName
{
border-color: #CFD484;
}
</style>