Shades of Goldenrod #CCDB6E
Tints of Goldenrod #CCDB6E
RGB
CMYK
RGB Variations
Color information
#CCDB6E (or 0xCCDB6E) is known color: Goldenrod. HEX triplet: CC, DB and 6E. RGB value is (204,219,110). Sum of RGB (Red+Green+Blue) = 204+219+110=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 110 (43.36% from 255 or 20.64% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB6E is #332491. Grayscale: #CACACA. Windows color (decimal): -3351698 or 7265228. OLE color: 7265228.
HSL color Cylindrical-coordinate representation of color #CCDB6E: hue angle of 68.26º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCDB6E is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 110 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.14 |
| HSL | 68.26º | 0.6% | 0.65% | - |
| HSV(B) | 68.26º | 0.5% | 0.86% | - |
| XYZ | 53.05 | 64.63 | 24.43 | - |
| YUV | 202.09 | 76.03 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 110 | 0.07 | 0 | 0.50 | 0.14 | 68.26 | 0.6 | 0.65 |
| Hex | CC | DB | 6E | 7 | 0 | 32 | E | 44 | 3C | 41 |
| Octal | 314 | 333 | 156 | 7 | 0 | 62 | 16 | 104 | 74 | 101 |
| Binary | 11001100 | 11011011 | 1101110 | 111 | 0 | 110010 | 1110 | 1000100 | 111100 | 1000001 |
Color Harmonies of #CCDB6E
Complementary color
Monochromatic Colors of #CCDB6E
Black with #CCDB6E
Text Example
Text Example
White with #CCDB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB6E; }
p { color: rgb(204,219,110); }
H1.HeaderClassName
{
color: #CCDB6E;
}
.AnyTagClassName
{
color: #CCDB6E;
}
</style>
background-color css
<style>
a { background-color: #CCDB6E; }
a { background-color: rgb(204,219,110); }
div.DivClassName
{
background-color: #CCDB6E;
}
.BgClassName
{
background-color: #CCDB6E;
}
</style>
border-color css
<style>
span { border-color: #CCDB6E; }
span { border-color: rgb(204,219,110); }
td.TdClassName
{
border-color: #CCDB6E;
}
.TagClassName
{
border-color: #CCDB6E;
}
</style>