Shades of Deco #CCDC93
Tints of Deco #CCDC93
RGB
CMYK
RGB Variations
Color information
#CCDC93 (or 0xCCDC93) is known color: Deco. HEX triplet: CC, DC and 93. RGB value is (204,220,147). Sum of RGB (Red+Green+Blue) = 204+220+147=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 147 (57.81% from 255 or 25.74% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDC93 is #33236C. Grayscale: #CFCFCF. Windows color (decimal): -3351405 or 9690316. OLE color: 9690316.
HSL color Cylindrical-coordinate representation of color #CCDC93: hue angle of 73.15º 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 #CCDC93 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 147 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.14 |
| HSL | 73.15º | 0.51% | 0.72% | - |
| HSV(B) | 73.15º | 0.33% | 0.86% | - |
| XYZ | 55.76 | 66.13 | 37.43 | - |
| YUV | 206.89 | 94.2 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 147 | 0.07 | 0 | 0.33 | 0.14 | 73.15 | 0.51 | 0.72 |
| Hex | CC | DC | 93 | 7 | 0 | 21 | E | 49 | 33 | 48 |
| Octal | 314 | 334 | 223 | 7 | 0 | 41 | 16 | 111 | 63 | 110 |
| Binary | 11001100 | 11011100 | 10010011 | 111 | 0 | 100001 | 1110 | 1001001 | 110011 | 1001000 |
Color Harmonies of #CCDC93
Complementary color
Monochromatic Colors of #CCDC93
Black with #CCDC93
Text Example
Text Example
White with #CCDC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC93; }
p { color: rgb(204,220,147); }
H1.HeaderClassName
{
color: #CCDC93;
}
.AnyTagClassName
{
color: #CCDC93;
}
</style>
background-color css
<style>
a { background-color: #CCDC93; }
a { background-color: rgb(204,220,147); }
div.DivClassName
{
background-color: #CCDC93;
}
.BgClassName
{
background-color: #CCDC93;
}
</style>
border-color css
<style>
span { border-color: #CCDC93; }
span { border-color: rgb(204,220,147); }
td.TdClassName
{
border-color: #CCDC93;
}
.TagClassName
{
border-color: #CCDC93;
}
</style>