Shades of Deco #CCD68D
Tints of Deco #CCD68D
RGB
CMYK
RGB Variations
Color information
#CCD68D (or 0xCCD68D) is known color: Deco. HEX triplet: CC, D6 and 8D. RGB value is (204,214,141). Sum of RGB (Red+Green+Blue) = 204+214+141=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 141 (55.47% from 255 or 25.22% from 559); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD68D is #332972. Grayscale: #CACACA. Windows color (decimal): -3352947 or 9295564. OLE color: 9295564.
HSL color Cylindrical-coordinate representation of color #CCD68D: hue angle of 68.22º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCD68D is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 141 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.16 |
| HSL | 68.22º | 0.47% | 0.7% | - |
| HSV(B) | 68.22º | 0.34% | 0.84% | - |
| XYZ | 53.76 | 62.85 | 34.5 | - |
| YUV | 202.69 | 93.19 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 141 | 0.05 | 0 | 0.34 | 0.16 | 68.22 | 0.47 | 0.7 |
| Hex | CC | D6 | 8D | 5 | 0 | 22 | 10 | 44 | 2F | 46 |
| Octal | 314 | 326 | 215 | 5 | 0 | 42 | 20 | 104 | 57 | 106 |
| Binary | 11001100 | 11010110 | 10001101 | 101 | 0 | 100010 | 10000 | 1000100 | 101111 | 1000110 |
Color Harmonies of #CCD68D
Complementary color
Monochromatic Colors of #CCD68D
Black with #CCD68D
Text Example
Text Example
White with #CCD68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD68D; }
p { color: rgb(204,214,141); }
H1.HeaderClassName
{
color: #CCD68D;
}
.AnyTagClassName
{
color: #CCD68D;
}
</style>
background-color css
<style>
a { background-color: #CCD68D; }
a { background-color: rgb(204,214,141); }
div.DivClassName
{
background-color: #CCD68D;
}
.BgClassName
{
background-color: #CCD68D;
}
</style>
border-color css
<style>
span { border-color: #CCD68D; }
span { border-color: rgb(204,214,141); }
td.TdClassName
{
border-color: #CCD68D;
}
.TagClassName
{
border-color: #CCD68D;
}
</style>