Shades of Goldenrod #CCD667
Tints of Goldenrod #CCD667
RGB
CMYK
RGB Variations
Color information
#CCD667 (or 0xCCD667) is known color: Goldenrod. HEX triplet: CC, D6 and 67. RGB value is (204,214,103). Sum of RGB (Red+Green+Blue) = 204+214+103=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 103 (40.62% from 255 or 19.77% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD667 is #332998. Grayscale: #C6C6C6. Windows color (decimal): -3352985 or 6805196. OLE color: 6805196.
HSL color Cylindrical-coordinate representation of color #CCD667: hue angle of 65.41º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCD667 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 103 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.16 |
| HSL | 65.41º | 0.58% | 0.62% | - |
| HSV(B) | 65.41º | 0.52% | 0.84% | - |
| XYZ | 51.4 | 61.91 | 22.07 | - |
| YUV | 198.36 | 74.19 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 103 | 0.05 | 0 | 0.52 | 0.16 | 65.41 | 0.58 | 0.62 |
| Hex | CC | D6 | 67 | 5 | 0 | 34 | 10 | 41 | 3A | 3E |
| Octal | 314 | 326 | 147 | 5 | 0 | 64 | 20 | 101 | 72 | 76 |
| Binary | 11001100 | 11010110 | 1100111 | 101 | 0 | 110100 | 10000 | 1000001 | 111010 | 111110 |
Color Harmonies of #CCD667
Complementary color
Monochromatic Colors of #CCD667
Black with #CCD667
Text Example
Text Example
White with #CCD667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD667; }
p { color: rgb(204,214,103); }
H1.HeaderClassName
{
color: #CCD667;
}
.AnyTagClassName
{
color: #CCD667;
}
</style>
background-color css
<style>
a { background-color: #CCD667; }
a { background-color: rgb(204,214,103); }
div.DivClassName
{
background-color: #CCD667;
}
.BgClassName
{
background-color: #CCD667;
}
</style>
border-color css
<style>
span { border-color: #CCD667; }
span { border-color: rgb(204,214,103); }
td.TdClassName
{
border-color: #CCD667;
}
.TagClassName
{
border-color: #CCD667;
}
</style>