Shades of Goldenrod #CCDB71
Tints of Goldenrod #CCDB71
RGB
CMYK
RGB Variations
Color information
#CCDB71 (or 0xCCDB71) is known color: Goldenrod. HEX triplet: CC, DB and 71. RGB value is (204,219,113). Sum of RGB (Red+Green+Blue) = 204+219+113=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 113 (44.53% from 255 or 21.08% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB71 is #33248E. Grayscale: #CACACA. Windows color (decimal): -3351695 or 7461836. OLE color: 7461836.
HSL color Cylindrical-coordinate representation of color #CCDB71: hue angle of 68.49º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCDB71 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 113 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.14 |
| HSL | 68.49º | 0.6% | 0.65% | - |
| HSV(B) | 68.49º | 0.48% | 0.86% | - |
| XYZ | 53.21 | 64.69 | 25.31 | - |
| YUV | 202.43 | 77.53 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 113 | 0.07 | 0 | 0.48 | 0.14 | 68.49 | 0.6 | 0.65 |
| Hex | CC | DB | 71 | 7 | 0 | 30 | E | 44 | 3C | 41 |
| Octal | 314 | 333 | 161 | 7 | 0 | 60 | 16 | 104 | 74 | 101 |
| Binary | 11001100 | 11011011 | 1110001 | 111 | 0 | 110000 | 1110 | 1000100 | 111100 | 1000001 |
Color Harmonies of #CCDB71
Complementary color
Monochromatic Colors of #CCDB71
Black with #CCDB71
Text Example
Text Example
White with #CCDB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB71; }
p { color: rgb(204,219,113); }
H1.HeaderClassName
{
color: #CCDB71;
}
.AnyTagClassName
{
color: #CCDB71;
}
</style>
background-color css
<style>
a { background-color: #CCDB71; }
a { background-color: rgb(204,219,113); }
div.DivClassName
{
background-color: #CCDB71;
}
.BgClassName
{
background-color: #CCDB71;
}
</style>
border-color css
<style>
span { border-color: #CCDB71; }
span { border-color: rgb(204,219,113); }
td.TdClassName
{
border-color: #CCDB71;
}
.TagClassName
{
border-color: #CCDB71;
}
</style>