Shades of Goldenrod #CCDC68
Tints of Goldenrod #CCDC68
RGB
CMYK
RGB Variations
Color information
#CCDC68 (or 0xCCDC68) is known color: Goldenrod. HEX triplet: CC, DC and 68. RGB value is (204,220,104). Sum of RGB (Red+Green+Blue) = 204+220+104=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 104 (41.02% from 255 or 19.70% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC68 is #332397. Grayscale: #CACACA. Windows color (decimal): -3351448 or 6872268. OLE color: 6872268.
HSL color Cylindrical-coordinate representation of color #CCDC68: hue angle of 68.28º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCDC68 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 104 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.14 |
| HSL | 68.28º | 0.62% | 0.64% | - |
| HSV(B) | 68.28º | 0.53% | 0.86% | - |
| XYZ | 52.99 | 65.02 | 22.85 | - |
| YUV | 201.99 | 72.7 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 104 | 0.07 | 0 | 0.53 | 0.14 | 68.28 | 0.62 | 0.64 |
| Hex | CC | DC | 68 | 7 | 0 | 35 | E | 44 | 3E | 40 |
| Octal | 314 | 334 | 150 | 7 | 0 | 65 | 16 | 104 | 76 | 100 |
| Binary | 11001100 | 11011100 | 1101000 | 111 | 0 | 110101 | 1110 | 1000100 | 111110 | 1000000 |
Color Harmonies of #CCDC68
Complementary color
Monochromatic Colors of #CCDC68
Black with #CCDC68
Text Example
Text Example
White with #CCDC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC68; }
p { color: rgb(204,220,104); }
H1.HeaderClassName
{
color: #CCDC68;
}
.AnyTagClassName
{
color: #CCDC68;
}
</style>
background-color css
<style>
a { background-color: #CCDC68; }
a { background-color: rgb(204,220,104); }
div.DivClassName
{
background-color: #CCDC68;
}
.BgClassName
{
background-color: #CCDC68;
}
</style>
border-color css
<style>
span { border-color: #CCDC68; }
span { border-color: rgb(204,220,104); }
td.TdClassName
{
border-color: #CCDC68;
}
.TagClassName
{
border-color: #CCDC68;
}
</style>