Shades of Goldenrod #CCD569
Tints of Goldenrod #CCD569
RGB
CMYK
RGB Variations
Color information
#CCD569 (or 0xCCD569) is known color: Goldenrod. HEX triplet: CC, D5 and 69. RGB value is (204,213,105). Sum of RGB (Red+Green+Blue) = 204+213+105=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 105 (41.41% from 255 or 20.11% from 522); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD569 is #332A96. Grayscale: #C6C6C6. Windows color (decimal): -3353239 or 6936012. OLE color: 6936012.
HSL color Cylindrical-coordinate representation of color #CCD569: hue angle of 65º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCD569 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 105 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.16 |
| HSL | 65º | 0.56% | 0.62% | - |
| HSV(B) | 65º | 0.51% | 0.84% | - |
| XYZ | 51.25 | 61.45 | 22.52 | - |
| YUV | 198 | 75.52 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 105 | 0.04 | 0 | 0.51 | 0.16 | 65 | 0.56 | 0.62 |
| Hex | CC | D5 | 69 | 4 | 0 | 33 | 10 | 41 | 38 | 3E |
| Octal | 314 | 325 | 151 | 4 | 0 | 63 | 20 | 101 | 70 | 76 |
| Binary | 11001100 | 11010101 | 1101001 | 100 | 0 | 110011 | 10000 | 1000001 | 111000 | 111110 |
Color Harmonies of #CCD569
Complementary color
Monochromatic Colors of #CCD569
Black with #CCD569
Text Example
Text Example
White with #CCD569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD569; }
p { color: rgb(204,213,105); }
H1.HeaderClassName
{
color: #CCD569;
}
.AnyTagClassName
{
color: #CCD569;
}
</style>
background-color css
<style>
a { background-color: #CCD569; }
a { background-color: rgb(204,213,105); }
div.DivClassName
{
background-color: #CCD569;
}
.BgClassName
{
background-color: #CCD569;
}
</style>
border-color css
<style>
span { border-color: #CCD569; }
span { border-color: rgb(204,213,105); }
td.TdClassName
{
border-color: #CCD569;
}
.TagClassName
{
border-color: #CCD569;
}
</style>