Shades of Deco #CFDA93
Tints of Deco #CFDA93
RGB
CMYK
RGB Variations
Color information
#CFDA93 (or 0xCFDA93) is known color: Deco. HEX triplet: CF, DA and 93. RGB value is (207,218,147). Sum of RGB (Red+Green+Blue) = 207+218+147=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 147 (57.81% from 255 or 25.70% from 572); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDA93 is #30256C. Grayscale: #CECECE. Windows color (decimal): -3155309 or 9689807. OLE color: 9689807.
HSL color Cylindrical-coordinate representation of color #CFDA93: hue angle of 69.3º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFDA93 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 147 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.15 |
| HSL | 69.3º | 0.49% | 0.72% | - |
| HSV(B) | 69.3º | 0.33% | 0.85% | - |
| XYZ | 56.07 | 65.51 | 37.29 | - |
| YUV | 206.62 | 94.36 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 147 | 0.05 | 0 | 0.33 | 0.15 | 69.3 | 0.49 | 0.72 |
| Hex | CF | DA | 93 | 5 | 0 | 21 | F | 45 | 31 | 48 |
| Octal | 317 | 332 | 223 | 5 | 0 | 41 | 17 | 105 | 61 | 110 |
| Binary | 11001111 | 11011010 | 10010011 | 101 | 0 | 100001 | 1111 | 1000101 | 110001 | 1001000 |
Color Harmonies of #CFDA93
Complementary color
Monochromatic Colors of #CFDA93
Black with #CFDA93
Text Example
Text Example
White with #CFDA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA93; }
p { color: rgb(207,218,147); }
H1.HeaderClassName
{
color: #CFDA93;
}
.AnyTagClassName
{
color: #CFDA93;
}
</style>
background-color css
<style>
a { background-color: #CFDA93; }
a { background-color: rgb(207,218,147); }
div.DivClassName
{
background-color: #CFDA93;
}
.BgClassName
{
background-color: #CFDA93;
}
</style>
border-color css
<style>
span { border-color: #CFDA93; }
span { border-color: rgb(207,218,147); }
td.TdClassName
{
border-color: #CFDA93;
}
.TagClassName
{
border-color: #CFDA93;
}
</style>