Shades of Goldenrod #CCDA69
Tints of Goldenrod #CCDA69
RGB
CMYK
RGB Variations
Color information
#CCDA69 (or 0xCCDA69) is known color: Goldenrod. HEX triplet: CC, DA and 69. RGB value is (204,218,105). Sum of RGB (Red+Green+Blue) = 204+218+105=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 105 (41.41% from 255 or 19.92% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDA69 is #332596. Grayscale: #C9C9C9. Windows color (decimal): -3351959 or 6937292. OLE color: 6937292.
HSL color Cylindrical-coordinate representation of color #CCDA69: hue angle of 67.43º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCDA69 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 105 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.15 |
| HSL | 67.43º | 0.6% | 0.63% | - |
| HSV(B) | 67.43º | 0.52% | 0.85% | - |
| XYZ | 52.52 | 64 | 22.95 | - |
| YUV | 200.93 | 73.86 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 105 | 0.06 | 0 | 0.52 | 0.15 | 67.43 | 0.6 | 0.63 |
| Hex | CC | DA | 69 | 6 | 0 | 34 | F | 43 | 3C | 3F |
| Octal | 314 | 332 | 151 | 6 | 0 | 64 | 17 | 103 | 74 | 77 |
| Binary | 11001100 | 11011010 | 1101001 | 110 | 0 | 110100 | 1111 | 1000011 | 111100 | 111111 |
Color Harmonies of #CCDA69
Complementary color
Monochromatic Colors of #CCDA69
Black with #CCDA69
Text Example
Text Example
White with #CCDA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA69; }
p { color: rgb(204,218,105); }
H1.HeaderClassName
{
color: #CCDA69;
}
.AnyTagClassName
{
color: #CCDA69;
}
</style>
background-color css
<style>
a { background-color: #CCDA69; }
a { background-color: rgb(204,218,105); }
div.DivClassName
{
background-color: #CCDA69;
}
.BgClassName
{
background-color: #CCDA69;
}
</style>
border-color css
<style>
span { border-color: #CCDA69; }
span { border-color: rgb(204,218,105); }
td.TdClassName
{
border-color: #CCDA69;
}
.TagClassName
{
border-color: #CCDA69;
}
</style>