Shades of Goldenrod #CCDB65
Tints of Goldenrod #CCDB65
RGB
CMYK
RGB Variations
Color information
#CCDB65 (or 0xCCDB65) is known color: Goldenrod. HEX triplet: CC, DB and 65. RGB value is (204,219,101). Sum of RGB (Red+Green+Blue) = 204+219+101=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB65 is #33249A. Grayscale: #C9C9C9. Windows color (decimal): -3351707 or 6675404. OLE color: 6675404.
HSL color Cylindrical-coordinate representation of color #CCDB65: hue angle of 67.63º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCDB65 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 101 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.14 |
| HSL | 67.63º | 0.62% | 0.63% | - |
| HSV(B) | 67.63º | 0.54% | 0.86% | - |
| XYZ | 52.58 | 64.44 | 21.98 | - |
| YUV | 201.06 | 71.53 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 101 | 0.07 | 0 | 0.54 | 0.14 | 67.63 | 0.62 | 0.63 |
| Hex | CC | DB | 65 | 7 | 0 | 36 | E | 44 | 3E | 3F |
| Octal | 314 | 333 | 145 | 7 | 0 | 66 | 16 | 104 | 76 | 77 |
| Binary | 11001100 | 11011011 | 1100101 | 111 | 0 | 110110 | 1110 | 1000100 | 111110 | 111111 |
Color Harmonies of #CCDB65
Complementary color
Monochromatic Colors of #CCDB65
Black with #CCDB65
Text Example
Text Example
White with #CCDB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB65; }
p { color: rgb(204,219,101); }
H1.HeaderClassName
{
color: #CCDB65;
}
.AnyTagClassName
{
color: #CCDB65;
}
</style>
background-color css
<style>
a { background-color: #CCDB65; }
a { background-color: rgb(204,219,101); }
div.DivClassName
{
background-color: #CCDB65;
}
.BgClassName
{
background-color: #CCDB65;
}
</style>
border-color css
<style>
span { border-color: #CCDB65; }
span { border-color: rgb(204,219,101); }
td.TdClassName
{
border-color: #CCDB65;
}
.TagClassName
{
border-color: #CCDB65;
}
</style>