Shades of Goldenrod #CCD968
Tints of Goldenrod #CCD968
RGB
CMYK
RGB Variations
Color information
#CCD968 (or 0xCCD968) is known color: Goldenrod. HEX triplet: CC, D9 and 68. RGB value is (204,217,104). Sum of RGB (Red+Green+Blue) = 204+217+104=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 104 (41.02% from 255 or 19.81% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD968 is #332697. Grayscale: #C8C8C8. Windows color (decimal): -3352216 or 6871500. OLE color: 6871500.
HSL color Cylindrical-coordinate representation of color #CCD968: hue angle of 66.9º 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 #CCD968 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 104 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.15 |
| HSL | 66.9º | 0.6% | 0.63% | - |
| HSV(B) | 66.9º | 0.52% | 0.85% | - |
| XYZ | 52.21 | 63.46 | 22.59 | - |
| YUV | 200.23 | 73.69 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 104 | 0.06 | 0 | 0.52 | 0.15 | 66.9 | 0.6 | 0.63 |
| Hex | CC | D9 | 68 | 6 | 0 | 34 | F | 43 | 3C | 3F |
| Octal | 314 | 331 | 150 | 6 | 0 | 64 | 17 | 103 | 74 | 77 |
| Binary | 11001100 | 11011001 | 1101000 | 110 | 0 | 110100 | 1111 | 1000011 | 111100 | 111111 |
Color Harmonies of #CCD968
Complementary color
Monochromatic Colors of #CCD968
Black with #CCD968
Text Example
Text Example
White with #CCD968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD968; }
p { color: rgb(204,217,104); }
H1.HeaderClassName
{
color: #CCD968;
}
.AnyTagClassName
{
color: #CCD968;
}
</style>
background-color css
<style>
a { background-color: #CCD968; }
a { background-color: rgb(204,217,104); }
div.DivClassName
{
background-color: #CCD968;
}
.BgClassName
{
background-color: #CCD968;
}
</style>
border-color css
<style>
span { border-color: #CCD968; }
span { border-color: rgb(204,217,104); }
td.TdClassName
{
border-color: #CCD968;
}
.TagClassName
{
border-color: #CCD968;
}
</style>