Shades of Deco #CCD47D
Tints of Deco #CCD47D
RGB
CMYK
RGB Variations
Color information
#CCD47D (or 0xCCD47D) is known color: Deco. HEX triplet: CC, D4 and 7D. RGB value is (204,212,125). Sum of RGB (Red+Green+Blue) = 204+212+125=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD47D is #332B82. Grayscale: #C8C8C8. Windows color (decimal): -3353475 or 8246476. OLE color: 8246476.
HSL color Cylindrical-coordinate representation of color #CCD47D: hue angle of 65.52º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCD47D is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 125 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.17 |
| HSL | 65.52º | 0.5% | 0.66% | - |
| HSV(B) | 65.52º | 0.41% | 0.83% | - |
| XYZ | 52.15 | 61.41 | 28.51 | - |
| YUV | 199.69 | 85.85 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 125 | 0.04 | 0 | 0.41 | 0.17 | 65.52 | 0.5 | 0.66 |
| Hex | CC | D4 | 7D | 4 | 0 | 29 | 11 | 42 | 32 | 42 |
| Octal | 314 | 324 | 175 | 4 | 0 | 51 | 21 | 102 | 62 | 102 |
| Binary | 11001100 | 11010100 | 1111101 | 100 | 0 | 101001 | 10001 | 1000010 | 110010 | 1000010 |
Color Harmonies of #CCD47D
Complementary color
Monochromatic Colors of #CCD47D
Black with #CCD47D
Text Example
Text Example
White with #CCD47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD47D; }
p { color: rgb(204,212,125); }
H1.HeaderClassName
{
color: #CCD47D;
}
.AnyTagClassName
{
color: #CCD47D;
}
</style>
background-color css
<style>
a { background-color: #CCD47D; }
a { background-color: rgb(204,212,125); }
div.DivClassName
{
background-color: #CCD47D;
}
.BgClassName
{
background-color: #CCD47D;
}
</style>
border-color css
<style>
span { border-color: #CCD47D; }
span { border-color: rgb(204,212,125); }
td.TdClassName
{
border-color: #CCD47D;
}
.TagClassName
{
border-color: #CCD47D;
}
</style>