Shades of Deco #CFDC93
Tints of Deco #CFDC93
RGB
CMYK
RGB Variations
Color information
#CFDC93 (or 0xCFDC93) is known color: Deco. HEX triplet: CF, DC and 93. RGB value is (207,220,147). Sum of RGB (Red+Green+Blue) = 207+220+147=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 147 (57.81% from 255 or 25.61% from 574); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDC93 is #30236C. Grayscale: #D0D0D0. Windows color (decimal): -3154797 or 9690319. OLE color: 9690319.
HSL color Cylindrical-coordinate representation of color #CFDC93: hue angle of 70.68º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFDC93 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 147 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.14 |
| HSL | 70.68º | 0.51% | 0.72% | - |
| HSV(B) | 70.68º | 0.33% | 0.86% | - |
| XYZ | 56.59 | 66.56 | 37.47 | - |
| YUV | 207.79 | 93.69 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 147 | 0.06 | 0 | 0.33 | 0.14 | 70.68 | 0.51 | 0.72 |
| Hex | CF | DC | 93 | 6 | 0 | 21 | E | 47 | 33 | 48 |
| Octal | 317 | 334 | 223 | 6 | 0 | 41 | 16 | 107 | 63 | 110 |
| Binary | 11001111 | 11011100 | 10010011 | 110 | 0 | 100001 | 1110 | 1000111 | 110011 | 1001000 |
Color Harmonies of #CFDC93
Complementary color
Monochromatic Colors of #CFDC93
Black with #CFDC93
Text Example
Text Example
White with #CFDC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC93; }
p { color: rgb(207,220,147); }
H1.HeaderClassName
{
color: #CFDC93;
}
.AnyTagClassName
{
color: #CFDC93;
}
</style>
background-color css
<style>
a { background-color: #CFDC93; }
a { background-color: rgb(207,220,147); }
div.DivClassName
{
background-color: #CFDC93;
}
.BgClassName
{
background-color: #CFDC93;
}
</style>
border-color css
<style>
span { border-color: #CFDC93; }
span { border-color: rgb(207,220,147); }
td.TdClassName
{
border-color: #CFDC93;
}
.TagClassName
{
border-color: #CFDC93;
}
</style>