Shades of Goldenrod #CCD969
Tints of Goldenrod #CCD969
RGB
CMYK
RGB Variations
Color information
#CCD969 (or 0xCCD969) is known color: Goldenrod. HEX triplet: CC, D9 and 69. RGB value is (204,217,105). Sum of RGB (Red+Green+Blue) = 204+217+105=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 105 (41.41% from 255 or 19.96% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD969 is #332696. Grayscale: #C8C8C8. Windows color (decimal): -3352215 or 6937036. OLE color: 6937036.
HSL color Cylindrical-coordinate representation of color #CCD969: hue angle of 66.96º 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 #CCD969 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 105 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.15 |
| HSL | 66.96º | 0.6% | 0.63% | - |
| HSV(B) | 66.96º | 0.52% | 0.85% | - |
| XYZ | 52.26 | 63.48 | 22.86 | - |
| YUV | 200.35 | 74.19 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 105 | 0.06 | 0 | 0.52 | 0.15 | 66.96 | 0.6 | 0.63 |
| Hex | CC | D9 | 69 | 6 | 0 | 34 | F | 43 | 3C | 3F |
| Octal | 314 | 331 | 151 | 6 | 0 | 64 | 17 | 103 | 74 | 77 |
| Binary | 11001100 | 11011001 | 1101001 | 110 | 0 | 110100 | 1111 | 1000011 | 111100 | 111111 |
Color Harmonies of #CCD969
Complementary color
Monochromatic Colors of #CCD969
Black with #CCD969
Text Example
Text Example
White with #CCD969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD969; }
p { color: rgb(204,217,105); }
H1.HeaderClassName
{
color: #CCD969;
}
.AnyTagClassName
{
color: #CCD969;
}
</style>
background-color css
<style>
a { background-color: #CCD969; }
a { background-color: rgb(204,217,105); }
div.DivClassName
{
background-color: #CCD969;
}
.BgClassName
{
background-color: #CCD969;
}
</style>
border-color css
<style>
span { border-color: #CCD969; }
span { border-color: rgb(204,217,105); }
td.TdClassName
{
border-color: #CCD969;
}
.TagClassName
{
border-color: #CCD969;
}
</style>