Shades of Deco #CCD48D
Tints of Deco #CCD48D
RGB
CMYK
RGB Variations
Color information
#CCD48D (or 0xCCD48D) is known color: Deco. HEX triplet: CC, D4 and 8D. RGB value is (204,212,141). Sum of RGB (Red+Green+Blue) = 204+212+141=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD48D is #332B72. Grayscale: #C9C9C9. Windows color (decimal): -3353459 or 9295052. OLE color: 9295052.
HSL color Cylindrical-coordinate representation of color #CCD48D: hue angle of 66.76º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCD48D is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 141 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.17 |
| HSL | 66.76º | 0.45% | 0.69% | - |
| HSV(B) | 66.76º | 0.33% | 0.83% | - |
| XYZ | 53.25 | 61.85 | 34.33 | - |
| YUV | 201.51 | 93.85 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 141 | 0.04 | 0 | 0.33 | 0.17 | 66.76 | 0.45 | 0.69 |
| Hex | CC | D4 | 8D | 4 | 0 | 21 | 11 | 43 | 2D | 45 |
| Octal | 314 | 324 | 215 | 4 | 0 | 41 | 21 | 103 | 55 | 105 |
| Binary | 11001100 | 11010100 | 10001101 | 100 | 0 | 100001 | 10001 | 1000011 | 101101 | 1000101 |
Color Harmonies of #CCD48D
Complementary color
Monochromatic Colors of #CCD48D
Black with #CCD48D
Text Example
Text Example
White with #CCD48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD48D; }
p { color: rgb(204,212,141); }
H1.HeaderClassName
{
color: #CCD48D;
}
.AnyTagClassName
{
color: #CCD48D;
}
</style>
background-color css
<style>
a { background-color: #CCD48D; }
a { background-color: rgb(204,212,141); }
div.DivClassName
{
background-color: #CCD48D;
}
.BgClassName
{
background-color: #CCD48D;
}
</style>
border-color css
<style>
span { border-color: #CCD48D; }
span { border-color: rgb(204,212,141); }
td.TdClassName
{
border-color: #CCD48D;
}
.TagClassName
{
border-color: #CCD48D;
}
</style>