Shades of Goldenrod #CCD26F
Tints of Goldenrod #CCD26F
RGB
CMYK
RGB Variations
Color information
#CCD26F (or 0xCCD26F) is known color: Goldenrod. HEX triplet: CC, D2 and 6F. RGB value is (204,210,111). Sum of RGB (Red+Green+Blue) = 204+210+111=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 111 (43.75% from 255 or 21.14% from 525); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD26F is #332D90. Grayscale: #C5C5C5. Windows color (decimal): -3354001 or 7328460. OLE color: 7328460.
HSL color Cylindrical-coordinate representation of color #CCD26F: hue angle of 63.64º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCD26F is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 111 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.18 |
| HSL | 63.64º | 0.52% | 0.63% | - |
| HSV(B) | 63.64º | 0.47% | 0.82% | - |
| XYZ | 50.82 | 60.08 | 23.96 | - |
| YUV | 196.92 | 79.51 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 111 | 0.03 | 0 | 0.47 | 0.18 | 63.64 | 0.52 | 0.63 |
| Hex | CC | D2 | 6F | 3 | 0 | 2F | 12 | 40 | 34 | 3F |
| Octal | 314 | 322 | 157 | 3 | 0 | 57 | 22 | 100 | 64 | 77 |
| Binary | 11001100 | 11010010 | 1101111 | 11 | 0 | 101111 | 10010 | 1000000 | 110100 | 111111 |
Color Harmonies of #CCD26F
Complementary color
Monochromatic Colors of #CCD26F
Black with #CCD26F
Text Example
Text Example
White with #CCD26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD26F; }
p { color: rgb(204,210,111); }
H1.HeaderClassName
{
color: #CCD26F;
}
.AnyTagClassName
{
color: #CCD26F;
}
</style>
background-color css
<style>
a { background-color: #CCD26F; }
a { background-color: rgb(204,210,111); }
div.DivClassName
{
background-color: #CCD26F;
}
.BgClassName
{
background-color: #CCD26F;
}
</style>
border-color css
<style>
span { border-color: #CCD26F; }
span { border-color: rgb(204,210,111); }
td.TdClassName
{
border-color: #CCD26F;
}
.TagClassName
{
border-color: #CCD26F;
}
</style>