Shades of Goldenrod #CCD869
Tints of Goldenrod #CCD869
RGB
CMYK
RGB Variations
Color information
#CCD869 (or 0xCCD869) is known color: Goldenrod. HEX triplet: CC, D8 and 69. RGB value is (204,216,105). Sum of RGB (Red+Green+Blue) = 204+216+105=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 216 (84.77% from 255 or 41.14% from 525); Blue value is 105 (41.41% from 255 or 20% from 525); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD869 is #332796. Grayscale: #C8C8C8. Windows color (decimal): -3352471 or 6936780. OLE color: 6936780.
HSL color Cylindrical-coordinate representation of color #CCD869: hue angle of 66.49º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCD869 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 105 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.15 |
| HSL | 66.49º | 0.59% | 0.63% | - |
| HSV(B) | 66.49º | 0.51% | 0.85% | - |
| XYZ | 52.01 | 62.97 | 22.78 | - |
| YUV | 199.76 | 74.52 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 105 | 0.06 | 0 | 0.51 | 0.15 | 66.49 | 0.59 | 0.63 |
| Hex | CC | D8 | 69 | 6 | 0 | 33 | F | 42 | 3B | 3F |
| Octal | 314 | 330 | 151 | 6 | 0 | 63 | 17 | 102 | 73 | 77 |
| Binary | 11001100 | 11011000 | 1101001 | 110 | 0 | 110011 | 1111 | 1000010 | 111011 | 111111 |
Color Harmonies of #CCD869
Complementary color
Monochromatic Colors of #CCD869
Black with #CCD869
Text Example
Text Example
White with #CCD869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD869; }
p { color: rgb(204,216,105); }
H1.HeaderClassName
{
color: #CCD869;
}
.AnyTagClassName
{
color: #CCD869;
}
</style>
background-color css
<style>
a { background-color: #CCD869; }
a { background-color: rgb(204,216,105); }
div.DivClassName
{
background-color: #CCD869;
}
.BgClassName
{
background-color: #CCD869;
}
</style>
border-color css
<style>
span { border-color: #CCD869; }
span { border-color: rgb(204,216,105); }
td.TdClassName
{
border-color: #CCD869;
}
.TagClassName
{
border-color: #CCD869;
}
</style>