Shades of Goldenrod #CCDC65
Tints of Goldenrod #CCDC65
RGB
CMYK
RGB Variations
Color information
#CCDC65 (or 0xCCDC65) is known color: Goldenrod. HEX triplet: CC, DC and 65. RGB value is (204,220,101). Sum of RGB (Red+Green+Blue) = 204+220+101=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 101 (39.84% from 255 or 19.24% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC65 is #33239A. Grayscale: #CACACA. Windows color (decimal): -3351451 or 6675660. OLE color: 6675660.
HSL color Cylindrical-coordinate representation of color #CCDC65: hue angle of 68.07º degrees, saturation: 0.63, 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 #CCDC65 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 101 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.14 |
| HSL | 68.07º | 0.63% | 0.63% | - |
| HSV(B) | 68.07º | 0.54% | 0.86% | - |
| XYZ | 52.84 | 64.96 | 22.07 | - |
| YUV | 201.65 | 71.2 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 101 | 0.07 | 0 | 0.54 | 0.14 | 68.07 | 0.63 | 0.63 |
| Hex | CC | DC | 65 | 7 | 0 | 36 | E | 44 | 3F | 3F |
| Octal | 314 | 334 | 145 | 7 | 0 | 66 | 16 | 104 | 77 | 77 |
| Binary | 11001100 | 11011100 | 1100101 | 111 | 0 | 110110 | 1110 | 1000100 | 111111 | 111111 |
Color Harmonies of #CCDC65
Complementary color
Monochromatic Colors of #CCDC65
Black with #CCDC65
Text Example
Text Example
White with #CCDC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC65; }
p { color: rgb(204,220,101); }
H1.HeaderClassName
{
color: #CCDC65;
}
.AnyTagClassName
{
color: #CCDC65;
}
</style>
background-color css
<style>
a { background-color: #CCDC65; }
a { background-color: rgb(204,220,101); }
div.DivClassName
{
background-color: #CCDC65;
}
.BgClassName
{
background-color: #CCDC65;
}
</style>
border-color css
<style>
span { border-color: #CCDC65; }
span { border-color: rgb(204,220,101); }
td.TdClassName
{
border-color: #CCDC65;
}
.TagClassName
{
border-color: #CCDC65;
}
</style>