Shades of Goldenrod #CCD668
Tints of Goldenrod #CCD668
RGB
CMYK
RGB Variations
Color information
#CCD668 (or 0xCCD668) is known color: Goldenrod. HEX triplet: CC, D6 and 68. RGB value is (204,214,104). Sum of RGB (Red+Green+Blue) = 204+214+104=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 104 (41.02% from 255 or 19.92% from 522); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD668 is #332997. Grayscale: #C6C6C6. Windows color (decimal): -3352984 or 6870732. OLE color: 6870732.
HSL color Cylindrical-coordinate representation of color #CCD668: hue angle of 65.45º degrees, saturation: 0.57, 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 #CCD668 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 104 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.16 |
| HSL | 65.45º | 0.57% | 0.62% | - |
| HSV(B) | 65.45º | 0.51% | 0.84% | - |
| XYZ | 51.45 | 61.93 | 22.34 | - |
| YUV | 198.47 | 74.69 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 104 | 0.05 | 0 | 0.51 | 0.16 | 65.45 | 0.57 | 0.62 |
| Hex | CC | D6 | 68 | 5 | 0 | 33 | 10 | 41 | 39 | 3E |
| Octal | 314 | 326 | 150 | 5 | 0 | 63 | 20 | 101 | 71 | 76 |
| Binary | 11001100 | 11010110 | 1101000 | 101 | 0 | 110011 | 10000 | 1000001 | 111001 | 111110 |
Color Harmonies of #CCD668
Complementary color
Monochromatic Colors of #CCD668
Black with #CCD668
Text Example
Text Example
White with #CCD668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD668; }
p { color: rgb(204,214,104); }
H1.HeaderClassName
{
color: #CCD668;
}
.AnyTagClassName
{
color: #CCD668;
}
</style>
background-color css
<style>
a { background-color: #CCD668; }
a { background-color: rgb(204,214,104); }
div.DivClassName
{
background-color: #CCD668;
}
.BgClassName
{
background-color: #CCD668;
}
</style>
border-color css
<style>
span { border-color: #CCD668; }
span { border-color: rgb(204,214,104); }
td.TdClassName
{
border-color: #CCD668;
}
.TagClassName
{
border-color: #CCD668;
}
</style>