Shades of Goldenrod #CCDA6C
Tints of Goldenrod #CCDA6C
RGB
CMYK
RGB Variations
Color information
#CCDA6C (or 0xCCDA6C) is known color: Goldenrod. HEX triplet: CC, DA and 6C. RGB value is (204,218,108). Sum of RGB (Red+Green+Blue) = 204+218+108=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 108 (42.58% from 255 or 20.38% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDA6C is #332593. Grayscale: #C9C9C9. Windows color (decimal): -3351956 or 7133900. OLE color: 7133900.
HSL color Cylindrical-coordinate representation of color #CCDA6C: hue angle of 67.64º degrees, saturation: 0.6, 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 #CCDA6C is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 108 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.15 |
| HSL | 67.64º | 0.6% | 0.64% | - |
| HSV(B) | 67.64º | 0.5% | 0.85% | - |
| XYZ | 52.68 | 64.06 | 23.78 | - |
| YUV | 201.27 | 75.36 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 108 | 0.06 | 0 | 0.50 | 0.15 | 67.64 | 0.6 | 0.64 |
| Hex | CC | DA | 6C | 6 | 0 | 32 | F | 44 | 3C | 40 |
| Octal | 314 | 332 | 154 | 6 | 0 | 62 | 17 | 104 | 74 | 100 |
| Binary | 11001100 | 11011010 | 1101100 | 110 | 0 | 110010 | 1111 | 1000100 | 111100 | 1000000 |
Color Harmonies of #CCDA6C
Complementary color
Monochromatic Colors of #CCDA6C
Black with #CCDA6C
Text Example
Text Example
White with #CCDA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA6C; }
p { color: rgb(204,218,108); }
H1.HeaderClassName
{
color: #CCDA6C;
}
.AnyTagClassName
{
color: #CCDA6C;
}
</style>
background-color css
<style>
a { background-color: #CCDA6C; }
a { background-color: rgb(204,218,108); }
div.DivClassName
{
background-color: #CCDA6C;
}
.BgClassName
{
background-color: #CCDA6C;
}
</style>
border-color css
<style>
span { border-color: #CCDA6C; }
span { border-color: rgb(204,218,108); }
td.TdClassName
{
border-color: #CCDA6C;
}
.TagClassName
{
border-color: #CCDA6C;
}
</style>