Shades of Deco #CCD58A
Tints of Deco #CCD58A
RGB
CMYK
RGB Variations
Color information
#CCD58A (or 0xCCD58A) is known color: Deco. HEX triplet: CC, D5 and 8A. RGB value is (204,213,138). Sum of RGB (Red+Green+Blue) = 204+213+138=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 138 (54.30% from 255 or 24.86% from 555); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD58A is #332A75. Grayscale: #CACACA. Windows color (decimal): -3353206 or 9098700. OLE color: 9098700.
HSL color Cylindrical-coordinate representation of color #CCD58A: hue angle of 67.2º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCD58A is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 138 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.16 |
| HSL | 67.2º | 0.47% | 0.69% | - |
| HSV(B) | 67.2º | 0.35% | 0.84% | - |
| XYZ | 53.28 | 62.26 | 33.25 | - |
| YUV | 201.76 | 92.02 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 138 | 0.04 | 0 | 0.35 | 0.16 | 67.2 | 0.47 | 0.69 |
| Hex | CC | D5 | 8A | 4 | 0 | 23 | 10 | 43 | 2F | 45 |
| Octal | 314 | 325 | 212 | 4 | 0 | 43 | 20 | 103 | 57 | 105 |
| Binary | 11001100 | 11010101 | 10001010 | 100 | 0 | 100011 | 10000 | 1000011 | 101111 | 1000101 |
Color Harmonies of #CCD58A
Complementary color
Monochromatic Colors of #CCD58A
Black with #CCD58A
Text Example
Text Example
White with #CCD58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD58A; }
p { color: rgb(204,213,138); }
H1.HeaderClassName
{
color: #CCD58A;
}
.AnyTagClassName
{
color: #CCD58A;
}
</style>
background-color css
<style>
a { background-color: #CCD58A; }
a { background-color: rgb(204,213,138); }
div.DivClassName
{
background-color: #CCD58A;
}
.BgClassName
{
background-color: #CCD58A;
}
</style>
border-color css
<style>
span { border-color: #CCD58A; }
span { border-color: rgb(204,213,138); }
td.TdClassName
{
border-color: #CCD58A;
}
.TagClassName
{
border-color: #CCD58A;
}
</style>