Shades of Goldenrod #CCCE6D
Tints of Goldenrod #CCCE6D
RGB
CMYK
RGB Variations
Color information
#CCCE6D (or 0xCCCE6D) is known color: Goldenrod. HEX triplet: CC, CE and 6D. RGB value is (204,206,109). Sum of RGB (Red+Green+Blue) = 204+206+109=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 109 (42.97% from 255 or 21.00% from 519); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCE6D is #333192. Grayscale: #C2C2C2. Windows color (decimal): -3355027 or 7196364. OLE color: 7196364.
HSL color Cylindrical-coordinate representation of color #CCCE6D: hue angle of 61.24º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCCE6D is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 109 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.19 |
| HSL | 61.24º | 0.5% | 0.62% | - |
| HSV(B) | 61.24º | 0.47% | 0.81% | - |
| XYZ | 49.73 | 58.08 | 23.06 | - |
| YUV | 194.34 | 79.84 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 109 | 0.01 | 0 | 0.47 | 0.19 | 61.24 | 0.5 | 0.62 |
| Hex | CC | CE | 6D | 1 | 0 | 2F | 13 | 3D | 32 | 3E |
| Octal | 314 | 316 | 155 | 1 | 0 | 57 | 23 | 75 | 62 | 76 |
| Binary | 11001100 | 11001110 | 1101101 | 1 | 0 | 101111 | 10011 | 111101 | 110010 | 111110 |
Color Harmonies of #CCCE6D
Complementary color
Monochromatic Colors of #CCCE6D
Black with #CCCE6D
Text Example
Text Example
White with #CCCE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE6D; }
p { color: rgb(204,206,109); }
H1.HeaderClassName
{
color: #CCCE6D;
}
.AnyTagClassName
{
color: #CCCE6D;
}
</style>
background-color css
<style>
a { background-color: #CCCE6D; }
a { background-color: rgb(204,206,109); }
div.DivClassName
{
background-color: #CCCE6D;
}
.BgClassName
{
background-color: #CCCE6D;
}
</style>
border-color css
<style>
span { border-color: #CCCE6D; }
span { border-color: rgb(204,206,109); }
td.TdClassName
{
border-color: #CCCE6D;
}
.TagClassName
{
border-color: #CCCE6D;
}
</style>