Shades of Deco #CFDA92
Tints of Deco #CFDA92
RGB
CMYK
RGB Variations
Color information
#CFDA92 (or 0xCFDA92) is known color: Deco. HEX triplet: CF, DA and 92. RGB value is (207,218,146). Sum of RGB (Red+Green+Blue) = 207+218+146=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 146 (57.42% from 255 or 25.57% from 571); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDA92 is #30256D. Grayscale: #CECECE. Windows color (decimal): -3155310 or 9624271. OLE color: 9624271.
HSL color Cylindrical-coordinate representation of color #CFDA92: hue angle of 69.17º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFDA92 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 146 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.15 |
| HSL | 69.17º | 0.49% | 0.71% | - |
| HSV(B) | 69.17º | 0.33% | 0.85% | - |
| XYZ | 55.99 | 65.48 | 36.88 | - |
| YUV | 206.5 | 93.86 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 146 | 0.05 | 0 | 0.33 | 0.15 | 69.17 | 0.49 | 0.71 |
| Hex | CF | DA | 92 | 5 | 0 | 21 | F | 45 | 31 | 47 |
| Octal | 317 | 332 | 222 | 5 | 0 | 41 | 17 | 105 | 61 | 107 |
| Binary | 11001111 | 11011010 | 10010010 | 101 | 0 | 100001 | 1111 | 1000101 | 110001 | 1000111 |
Color Harmonies of #CFDA92
Complementary color
Monochromatic Colors of #CFDA92
Black with #CFDA92
Text Example
Text Example
White with #CFDA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA92; }
p { color: rgb(207,218,146); }
H1.HeaderClassName
{
color: #CFDA92;
}
.AnyTagClassName
{
color: #CFDA92;
}
</style>
background-color css
<style>
a { background-color: #CFDA92; }
a { background-color: rgb(207,218,146); }
div.DivClassName
{
background-color: #CFDA92;
}
.BgClassName
{
background-color: #CFDA92;
}
</style>
border-color css
<style>
span { border-color: #CFDA92; }
span { border-color: rgb(207,218,146); }
td.TdClassName
{
border-color: #CFDA92;
}
.TagClassName
{
border-color: #CFDA92;
}
</style>