Shades of Goldenrod #CCD568
Tints of Goldenrod #CCD568
RGB
CMYK
RGB Variations
Color information
#CCD568 (or 0xCCD568) is known color: Goldenrod. HEX triplet: CC, D5 and 68. RGB value is (204,213,104). Sum of RGB (Red+Green+Blue) = 204+213+104=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 104 (41.02% from 255 or 19.96% from 521); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD568 is #332A97. Grayscale: #C6C6C6. Windows color (decimal): -3353240 or 6870476. OLE color: 6870476.
HSL color Cylindrical-coordinate representation of color #CCD568: hue angle of 64.95º 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 #CCD568 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 104 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.16 |
| HSL | 64.95º | 0.56% | 0.62% | - |
| HSV(B) | 64.95º | 0.51% | 0.84% | - |
| XYZ | 51.19 | 61.43 | 22.25 | - |
| YUV | 197.88 | 75.02 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 104 | 0.04 | 0 | 0.51 | 0.16 | 64.95 | 0.56 | 0.62 |
| Hex | CC | D5 | 68 | 4 | 0 | 33 | 10 | 41 | 38 | 3E |
| Octal | 314 | 325 | 150 | 4 | 0 | 63 | 20 | 101 | 70 | 76 |
| Binary | 11001100 | 11010101 | 1101000 | 100 | 0 | 110011 | 10000 | 1000001 | 111000 | 111110 |
Color Harmonies of #CCD568
Complementary color
Monochromatic Colors of #CCD568
Black with #CCD568
Text Example
Text Example
White with #CCD568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD568; }
p { color: rgb(204,213,104); }
H1.HeaderClassName
{
color: #CCD568;
}
.AnyTagClassName
{
color: #CCD568;
}
</style>
background-color css
<style>
a { background-color: #CCD568; }
a { background-color: rgb(204,213,104); }
div.DivClassName
{
background-color: #CCD568;
}
.BgClassName
{
background-color: #CCD568;
}
</style>
border-color css
<style>
span { border-color: #CCD568; }
span { border-color: rgb(204,213,104); }
td.TdClassName
{
border-color: #CCD568;
}
.TagClassName
{
border-color: #CCD568;
}
</style>