Shades of Goldenrod #CCDA6E
Tints of Goldenrod #CCDA6E
RGB
CMYK
RGB Variations
Color information
#CCDA6E (or 0xCCDA6E) is known color: Goldenrod. HEX triplet: CC, DA and 6E. RGB value is (204,218,110). Sum of RGB (Red+Green+Blue) = 204+218+110=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 110 (43.36% from 255 or 20.68% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDA6E is #332591. Grayscale: #C9C9C9. Windows color (decimal): -3351954 or 7264972. OLE color: 7264972.
HSL color Cylindrical-coordinate representation of color #CCDA6E: hue angle of 67.78º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCDA6E is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 110 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.15 |
| HSL | 67.78º | 0.59% | 0.64% | - |
| HSV(B) | 67.78º | 0.5% | 0.85% | - |
| XYZ | 52.79 | 64.11 | 24.34 | - |
| YUV | 201.5 | 76.36 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 110 | 0.06 | 0 | 0.50 | 0.15 | 67.78 | 0.59 | 0.64 |
| Hex | CC | DA | 6E | 6 | 0 | 32 | F | 44 | 3B | 40 |
| Octal | 314 | 332 | 156 | 6 | 0 | 62 | 17 | 104 | 73 | 100 |
| Binary | 11001100 | 11011010 | 1101110 | 110 | 0 | 110010 | 1111 | 1000100 | 111011 | 1000000 |
Color Harmonies of #CCDA6E
Complementary color
Monochromatic Colors of #CCDA6E
Black with #CCDA6E
Text Example
Text Example
White with #CCDA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA6E; }
p { color: rgb(204,218,110); }
H1.HeaderClassName
{
color: #CCDA6E;
}
.AnyTagClassName
{
color: #CCDA6E;
}
</style>
background-color css
<style>
a { background-color: #CCDA6E; }
a { background-color: rgb(204,218,110); }
div.DivClassName
{
background-color: #CCDA6E;
}
.BgClassName
{
background-color: #CCDA6E;
}
</style>
border-color css
<style>
span { border-color: #CCDA6E; }
span { border-color: rgb(204,218,110); }
td.TdClassName
{
border-color: #CCDA6E;
}
.TagClassName
{
border-color: #CCDA6E;
}
</style>