Shades of Goldenrod #CCDA6B
Tints of Goldenrod #CCDA6B
RGB
CMYK
RGB Variations
Color information
#CCDA6B (or 0xCCDA6B) is known color: Goldenrod. HEX triplet: CC, DA and 6B. RGB value is (204,218,107). Sum of RGB (Red+Green+Blue) = 204+218+107=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 107 (42.19% from 255 or 20.23% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDA6B is #332594. Grayscale: #C9C9C9. Windows color (decimal): -3351957 or 7068364. OLE color: 7068364.
HSL color Cylindrical-coordinate representation of color #CCDA6B: hue angle of 67.57º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCDA6B is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 107 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.15 |
| HSL | 67.57º | 0.6% | 0.64% | - |
| HSV(B) | 67.57º | 0.51% | 0.85% | - |
| XYZ | 52.63 | 64.04 | 23.5 | - |
| YUV | 201.16 | 74.86 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 107 | 0.06 | 0 | 0.51 | 0.15 | 67.57 | 0.6 | 0.64 |
| Hex | CC | DA | 6B | 6 | 0 | 33 | F | 44 | 3C | 40 |
| Octal | 314 | 332 | 153 | 6 | 0 | 63 | 17 | 104 | 74 | 100 |
| Binary | 11001100 | 11011010 | 1101011 | 110 | 0 | 110011 | 1111 | 1000100 | 111100 | 1000000 |
Color Harmonies of #CCDA6B
Complementary color
Monochromatic Colors of #CCDA6B
Black with #CCDA6B
Text Example
Text Example
White with #CCDA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA6B; }
p { color: rgb(204,218,107); }
H1.HeaderClassName
{
color: #CCDA6B;
}
.AnyTagClassName
{
color: #CCDA6B;
}
</style>
background-color css
<style>
a { background-color: #CCDA6B; }
a { background-color: rgb(204,218,107); }
div.DivClassName
{
background-color: #CCDA6B;
}
.BgClassName
{
background-color: #CCDA6B;
}
</style>
border-color css
<style>
span { border-color: #CCDA6B; }
span { border-color: rgb(204,218,107); }
td.TdClassName
{
border-color: #CCDA6B;
}
.TagClassName
{
border-color: #CCDA6B;
}
</style>