Shades of Deco #CCD98D
Tints of Deco #CCD98D
RGB
CMYK
RGB Variations
Color information
#CCD98D (or 0xCCD98D) is known color: Deco. HEX triplet: CC, D9 and 8D. RGB value is (204,217,141). Sum of RGB (Red+Green+Blue) = 204+217+141=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 217 (85.16% from 255 or 38.61% from 562); Blue value is 141 (55.47% from 255 or 25.09% from 562); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD98D is #332672. Grayscale: #CCCCCC. Windows color (decimal): -3352179 or 9296332. OLE color: 9296332.
HSL color Cylindrical-coordinate representation of color #CCD98D: hue angle of 70.26º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCD98D is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 141 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.15 |
| HSL | 70.26º | 0.5% | 0.7% | - |
| HSV(B) | 70.26º | 0.35% | 0.85% | - |
| XYZ | 54.52 | 64.39 | 34.75 | - |
| YUV | 204.45 | 92.19 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 141 | 0.06 | 0 | 0.35 | 0.15 | 70.26 | 0.5 | 0.7 |
| Hex | CC | D9 | 8D | 6 | 0 | 23 | F | 46 | 32 | 46 |
| Octal | 314 | 331 | 215 | 6 | 0 | 43 | 17 | 106 | 62 | 106 |
| Binary | 11001100 | 11011001 | 10001101 | 110 | 0 | 100011 | 1111 | 1000110 | 110010 | 1000110 |
Color Harmonies of #CCD98D
Complementary color
Monochromatic Colors of #CCD98D
Black with #CCD98D
Text Example
Text Example
White with #CCD98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD98D; }
p { color: rgb(204,217,141); }
H1.HeaderClassName
{
color: #CCD98D;
}
.AnyTagClassName
{
color: #CCD98D;
}
</style>
background-color css
<style>
a { background-color: #CCD98D; }
a { background-color: rgb(204,217,141); }
div.DivClassName
{
background-color: #CCD98D;
}
.BgClassName
{
background-color: #CCD98D;
}
</style>
border-color css
<style>
span { border-color: #CCD98D; }
span { border-color: rgb(204,217,141); }
td.TdClassName
{
border-color: #CCD98D;
}
.TagClassName
{
border-color: #CCD98D;
}
</style>