Shades of Goldenrod #CCDB66
Tints of Goldenrod #CCDB66
RGB
CMYK
RGB Variations
Color information
#CCDB66 (or 0xCCDB66) is known color: Goldenrod. HEX triplet: CC, DB and 66. RGB value is (204,219,102). Sum of RGB (Red+Green+Blue) = 204+219+102=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 102 (40.23% from 255 or 19.43% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB66 is #332499. Grayscale: #C9C9C9. Windows color (decimal): -3351706 or 6740940. OLE color: 6740940.
HSL color Cylindrical-coordinate representation of color #CCDB66: hue angle of 67.69º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCDB66 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 102 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.14 |
| HSL | 67.69º | 0.62% | 0.63% | - |
| HSV(B) | 67.69º | 0.53% | 0.86% | - |
| XYZ | 52.63 | 64.46 | 22.24 | - |
| YUV | 201.18 | 72.03 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 102 | 0.07 | 0 | 0.53 | 0.14 | 67.69 | 0.62 | 0.63 |
| Hex | CC | DB | 66 | 7 | 0 | 35 | E | 44 | 3E | 3F |
| Octal | 314 | 333 | 146 | 7 | 0 | 65 | 16 | 104 | 76 | 77 |
| Binary | 11001100 | 11011011 | 1100110 | 111 | 0 | 110101 | 1110 | 1000100 | 111110 | 111111 |
Color Harmonies of #CCDB66
Complementary color
Monochromatic Colors of #CCDB66
Black with #CCDB66
Text Example
Text Example
White with #CCDB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB66; }
p { color: rgb(204,219,102); }
H1.HeaderClassName
{
color: #CCDB66;
}
.AnyTagClassName
{
color: #CCDB66;
}
</style>
background-color css
<style>
a { background-color: #CCDB66; }
a { background-color: rgb(204,219,102); }
div.DivClassName
{
background-color: #CCDB66;
}
.BgClassName
{
background-color: #CCDB66;
}
</style>
border-color css
<style>
span { border-color: #CCDB66; }
span { border-color: rgb(204,219,102); }
td.TdClassName
{
border-color: #CCDB66;
}
.TagClassName
{
border-color: #CCDB66;
}
</style>