Shades of Goldenrod #CCDA65
Tints of Goldenrod #CCDA65
RGB
CMYK
RGB Variations
Color information
#CCDA65 (or 0xCCDA65) is known color: Goldenrod. HEX triplet: CC, DA and 65. RGB value is (204,218,101). Sum of RGB (Red+Green+Blue) = 204+218+101=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 101 (39.84% from 255 or 19.31% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDA65 is #33259A. Grayscale: #C8C8C8. Windows color (decimal): -3351963 or 6675148. OLE color: 6675148.
HSL color Cylindrical-coordinate representation of color #CCDA65: hue angle of 67.18º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCDA65 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 101 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.15 |
| HSL | 67.18º | 0.61% | 0.63% | - |
| HSV(B) | 67.18º | 0.54% | 0.85% | - |
| XYZ | 52.32 | 63.92 | 21.89 | - |
| YUV | 200.48 | 71.86 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 101 | 0.06 | 0 | 0.54 | 0.15 | 67.18 | 0.61 | 0.63 |
| Hex | CC | DA | 65 | 6 | 0 | 36 | F | 43 | 3D | 3F |
| Octal | 314 | 332 | 145 | 6 | 0 | 66 | 17 | 103 | 75 | 77 |
| Binary | 11001100 | 11011010 | 1100101 | 110 | 0 | 110110 | 1111 | 1000011 | 111101 | 111111 |
Color Harmonies of #CCDA65
Complementary color
Monochromatic Colors of #CCDA65
Black with #CCDA65
Text Example
Text Example
White with #CCDA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA65; }
p { color: rgb(204,218,101); }
H1.HeaderClassName
{
color: #CCDA65;
}
.AnyTagClassName
{
color: #CCDA65;
}
</style>
background-color css
<style>
a { background-color: #CCDA65; }
a { background-color: rgb(204,218,101); }
div.DivClassName
{
background-color: #CCDA65;
}
.BgClassName
{
background-color: #CCDA65;
}
</style>
border-color css
<style>
span { border-color: #CCDA65; }
span { border-color: rgb(204,218,101); }
td.TdClassName
{
border-color: #CCDA65;
}
.TagClassName
{
border-color: #CCDA65;
}
</style>