Shades of Deco #CCDA7D
Tints of Deco #CCDA7D
RGB
CMYK
RGB Variations
Color information
#CCDA7D (or 0xCCDA7D) is known color: Deco. HEX triplet: CC, DA and 7D. RGB value is (204,218,125). Sum of RGB (Red+Green+Blue) = 204+218+125=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDA7D is #332582. Grayscale: #CBCBCB. Windows color (decimal): -3351939 or 8248012. OLE color: 8248012.
HSL color Cylindrical-coordinate representation of color #CCDA7D: hue angle of 69.03º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCDA7D is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 125 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.15 |
| HSL | 69.03º | 0.56% | 0.67% | - |
| HSV(B) | 69.03º | 0.43% | 0.85% | - |
| XYZ | 53.67 | 64.46 | 29.02 | - |
| YUV | 203.21 | 83.86 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 125 | 0.06 | 0 | 0.43 | 0.15 | 69.03 | 0.56 | 0.67 |
| Hex | CC | DA | 7D | 6 | 0 | 2B | F | 45 | 38 | 43 |
| Octal | 314 | 332 | 175 | 6 | 0 | 53 | 17 | 105 | 70 | 103 |
| Binary | 11001100 | 11011010 | 1111101 | 110 | 0 | 101011 | 1111 | 1000101 | 111000 | 1000011 |
Color Harmonies of #CCDA7D
Complementary color
Monochromatic Colors of #CCDA7D
Black with #CCDA7D
Text Example
Text Example
White with #CCDA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA7D; }
p { color: rgb(204,218,125); }
H1.HeaderClassName
{
color: #CCDA7D;
}
.AnyTagClassName
{
color: #CCDA7D;
}
</style>
background-color css
<style>
a { background-color: #CCDA7D; }
a { background-color: rgb(204,218,125); }
div.DivClassName
{
background-color: #CCDA7D;
}
.BgClassName
{
background-color: #CCDA7D;
}
</style>
border-color css
<style>
span { border-color: #CCDA7D; }
span { border-color: rgb(204,218,125); }
td.TdClassName
{
border-color: #CCDA7D;
}
.TagClassName
{
border-color: #CCDA7D;
}
</style>