Shades of Deco #CCD58D
Tints of Deco #CCD58D
RGB
CMYK
RGB Variations
Color information
#CCD58D (or 0xCCD58D) is known color: Deco. HEX triplet: CC, D5 and 8D. RGB value is (204,213,141). Sum of RGB (Red+Green+Blue) = 204+213+141=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 213 (83.59% from 255 or 38.17% from 558); Blue value is 141 (55.47% from 255 or 25.27% from 558); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD58D is #332A72. Grayscale: #CACACA. Windows color (decimal): -3353203 or 9295308. OLE color: 9295308.
HSL color Cylindrical-coordinate representation of color #CCD58D: hue angle of 67.5º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCD58D is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 141 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.16 |
| HSL | 67.5º | 0.46% | 0.69% | - |
| HSV(B) | 67.5º | 0.34% | 0.84% | - |
| XYZ | 53.5 | 62.35 | 34.41 | - |
| YUV | 202.1 | 93.52 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 141 | 0.04 | 0 | 0.34 | 0.16 | 67.5 | 0.46 | 0.69 |
| Hex | CC | D5 | 8D | 4 | 0 | 22 | 10 | 44 | 2E | 45 |
| Octal | 314 | 325 | 215 | 4 | 0 | 42 | 20 | 104 | 56 | 105 |
| Binary | 11001100 | 11010101 | 10001101 | 100 | 0 | 100010 | 10000 | 1000100 | 101110 | 1000101 |
Color Harmonies of #CCD58D
Complementary color
Monochromatic Colors of #CCD58D
Black with #CCD58D
Text Example
Text Example
White with #CCD58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD58D; }
p { color: rgb(204,213,141); }
H1.HeaderClassName
{
color: #CCD58D;
}
.AnyTagClassName
{
color: #CCD58D;
}
</style>
background-color css
<style>
a { background-color: #CCD58D; }
a { background-color: rgb(204,213,141); }
div.DivClassName
{
background-color: #CCD58D;
}
.BgClassName
{
background-color: #CCD58D;
}
</style>
border-color css
<style>
span { border-color: #CCD58D; }
span { border-color: rgb(204,213,141); }
td.TdClassName
{
border-color: #CCD58D;
}
.TagClassName
{
border-color: #CCD58D;
}
</style>