Shades of Deco #CFDD93
Tints of Deco #CFDD93
RGB
CMYK
RGB Variations
Color information
#CFDD93 (or 0xCFDD93) is known color: Deco. HEX triplet: CF, DD and 93. RGB value is (207,221,147). Sum of RGB (Red+Green+Blue) = 207+221+147=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 147 (57.81% from 255 or 25.57% from 575); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDD93 is #30226C. Grayscale: #D0D0D0. Windows color (decimal): -3154541 or 9690575. OLE color: 9690575.
HSL color Cylindrical-coordinate representation of color #CFDD93: hue angle of 71.35º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFDD93 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 147 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.13 |
| HSL | 71.35º | 0.52% | 0.72% | - |
| HSV(B) | 71.35º | 0.33% | 0.87% | - |
| XYZ | 56.86 | 67.08 | 37.56 | - |
| YUV | 208.38 | 93.36 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 147 | 0.06 | 0 | 0.33 | 0.13 | 71.35 | 0.52 | 0.72 |
| Hex | CF | DD | 93 | 6 | 0 | 21 | D | 47 | 34 | 48 |
| Octal | 317 | 335 | 223 | 6 | 0 | 41 | 15 | 107 | 64 | 110 |
| Binary | 11001111 | 11011101 | 10010011 | 110 | 0 | 100001 | 1101 | 1000111 | 110100 | 1001000 |
Color Harmonies of #CFDD93
Complementary color
Monochromatic Colors of #CFDD93
Black with #CFDD93
Text Example
Text Example
White with #CFDD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD93; }
p { color: rgb(207,221,147); }
H1.HeaderClassName
{
color: #CFDD93;
}
.AnyTagClassName
{
color: #CFDD93;
}
</style>
background-color css
<style>
a { background-color: #CFDD93; }
a { background-color: rgb(207,221,147); }
div.DivClassName
{
background-color: #CFDD93;
}
.BgClassName
{
background-color: #CFDD93;
}
</style>
border-color css
<style>
span { border-color: #CFDD93; }
span { border-color: rgb(207,221,147); }
td.TdClassName
{
border-color: #CFDD93;
}
.TagClassName
{
border-color: #CFDD93;
}
</style>