Shades of Goldenrod #CCD769
Tints of Goldenrod #CCD769
RGB
CMYK
RGB Variations
Color information
#CCD769 (or 0xCCD769) is known color: Goldenrod. HEX triplet: CC, D7 and 69. RGB value is (204,215,105). Sum of RGB (Red+Green+Blue) = 204+215+105=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 215 (84.38% from 255 or 41.03% from 524); Blue value is 105 (41.41% from 255 or 20.04% from 524); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD769 is #332896. Grayscale: #C7C7C7. Windows color (decimal): -3352727 or 6936524. OLE color: 6936524.
HSL color Cylindrical-coordinate representation of color #CCD769: hue angle of 66º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCD769 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 105 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.16 |
| HSL | 66º | 0.58% | 0.63% | - |
| HSV(B) | 66º | 0.51% | 0.84% | - |
| XYZ | 51.75 | 62.46 | 22.69 | - |
| YUV | 199.17 | 74.86 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 105 | 0.05 | 0 | 0.51 | 0.16 | 66 | 0.58 | 0.63 |
| Hex | CC | D7 | 69 | 5 | 0 | 33 | 10 | 42 | 3A | 3F |
| Octal | 314 | 327 | 151 | 5 | 0 | 63 | 20 | 102 | 72 | 77 |
| Binary | 11001100 | 11010111 | 1101001 | 101 | 0 | 110011 | 10000 | 1000010 | 111010 | 111111 |
Color Harmonies of #CCD769
Complementary color
Monochromatic Colors of #CCD769
Black with #CCD769
Text Example
Text Example
White with #CCD769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD769; }
p { color: rgb(204,215,105); }
H1.HeaderClassName
{
color: #CCD769;
}
.AnyTagClassName
{
color: #CCD769;
}
</style>
background-color css
<style>
a { background-color: #CCD769; }
a { background-color: rgb(204,215,105); }
div.DivClassName
{
background-color: #CCD769;
}
.BgClassName
{
background-color: #CCD769;
}
</style>
border-color css
<style>
span { border-color: #CCD769; }
span { border-color: rgb(204,215,105); }
td.TdClassName
{
border-color: #CCD769;
}
.TagClassName
{
border-color: #CCD769;
}
</style>