Shades of Deco #CFCE84
Tints of Deco #CFCE84
RGB
CMYK
RGB Variations
Color information
#CFCE84 (or 0xCFCE84) is known color: Deco. HEX triplet: CF, CE and 84. RGB value is (207,206,132). Sum of RGB (Red+Green+Blue) = 207+206+132=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 132 (51.95% from 255 or 24.22% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCE84 is #30317B. Grayscale: #C6C6C6. Windows color (decimal): -3158396 or 8703695. OLE color: 8703695.
HSL color Cylindrical-coordinate representation of color #CFCE84: hue angle of 59.2º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFCE84 is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 132 | - |
| CMYK | 0 | 0.00 | 0.36 | 0.19 |
| HSL | 59.2º | 0.44% | 0.66% | - |
| HSV(B) | 59.2º | 0.36% | 0.81% | - |
| XYZ | 51.97 | 59.07 | 30.49 | - |
| YUV | 197.86 | 90.83 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 132 | 0 | 0.00 | 0.36 | 0.19 | 59.2 | 0.44 | 0.66 |
| Hex | CF | CE | 84 | 0 | 0 | 24 | 13 | 3B | 2C | 42 |
| Octal | 317 | 316 | 204 | 0 | 0 | 44 | 23 | 73 | 54 | 102 |
| Binary | 11001111 | 11001110 | 10000100 | 0 | 0 | 100100 | 10011 | 111011 | 101100 | 1000010 |
Color Harmonies of #CFCE84
Complementary color
Monochromatic Colors of #CFCE84
Black with #CFCE84
Text Example
Text Example
White with #CFCE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE84; }
p { color: rgb(207,206,132); }
H1.HeaderClassName
{
color: #CFCE84;
}
.AnyTagClassName
{
color: #CFCE84;
}
</style>
background-color css
<style>
a { background-color: #CFCE84; }
a { background-color: rgb(207,206,132); }
div.DivClassName
{
background-color: #CFCE84;
}
.BgClassName
{
background-color: #CFCE84;
}
</style>
border-color css
<style>
span { border-color: #CFCE84; }
span { border-color: rgb(207,206,132); }
td.TdClassName
{
border-color: #CFCE84;
}
.TagClassName
{
border-color: #CFCE84;
}
</style>