Shades of Goldenrod #CCD26A
Tints of Goldenrod #CCD26A
RGB
CMYK
RGB Variations
Color information
#CCD26A (or 0xCCD26A) is known color: Goldenrod. HEX triplet: CC, D2 and 6A. RGB value is (204,210,106). Sum of RGB (Red+Green+Blue) = 204+210+106=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 106 (41.80% from 255 or 20.38% from 520); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD26A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD26A is #332D95. Grayscale: #C4C4C4. Windows color (decimal): -3354006 or 7000780. OLE color: 7000780.
HSL color Cylindrical-coordinate representation of color #CCD26A: hue angle of 63.46º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCD26A is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 106 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.18 |
| HSL | 63.46º | 0.54% | 0.62% | - |
| HSV(B) | 63.46º | 0.5% | 0.82% | - |
| XYZ | 50.55 | 59.97 | 22.55 | - |
| YUV | 196.35 | 77.01 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 106 | 0.03 | 0 | 0.50 | 0.18 | 63.46 | 0.54 | 0.62 |
| Hex | CC | D2 | 6A | 3 | 0 | 32 | 12 | 3F | 36 | 3E |
| Octal | 314 | 322 | 152 | 3 | 0 | 62 | 22 | 77 | 66 | 76 |
| Binary | 11001100 | 11010010 | 1101010 | 11 | 0 | 110010 | 10010 | 111111 | 110110 | 111110 |
Color Harmonies of #CCD26A
Complementary color
Monochromatic Colors of #CCD26A
Black with #CCD26A
Text Example
Text Example
White with #CCD26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD26A; }
p { color: rgb(204,210,106); }
H1.HeaderClassName
{
color: #CCD26A;
}
.AnyTagClassName
{
color: #CCD26A;
}
</style>
background-color css
<style>
a { background-color: #CCD26A; }
a { background-color: rgb(204,210,106); }
div.DivClassName
{
background-color: #CCD26A;
}
.BgClassName
{
background-color: #CCD26A;
}
</style>
border-color css
<style>
span { border-color: #CCD26A; }
span { border-color: rgb(204,210,106); }
td.TdClassName
{
border-color: #CCD26A;
}
.TagClassName
{
border-color: #CCD26A;
}
</style>