Shades of Goldenrod #CCDB74
Tints of Goldenrod #CCDB74
RGB
CMYK
RGB Variations
Color information
#CCDB74 (or 0xCCDB74) is known color: Goldenrod. HEX triplet: CC, DB and 74. RGB value is (204,219,116). Sum of RGB (Red+Green+Blue) = 204+219+116=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 116 (45.70% from 255 or 21.52% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB74 is #33248B. Grayscale: #CBCBCB. Windows color (decimal): -3351692 or 7658444. OLE color: 7658444.
HSL color Cylindrical-coordinate representation of color #CCDB74: hue angle of 68.74º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCDB74 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 116 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.14 |
| HSL | 68.74º | 0.59% | 0.66% | - |
| HSV(B) | 68.74º | 0.47% | 0.86% | - |
| XYZ | 53.39 | 64.76 | 26.21 | - |
| YUV | 202.77 | 79.03 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 116 | 0.07 | 0 | 0.47 | 0.14 | 68.74 | 0.59 | 0.66 |
| Hex | CC | DB | 74 | 7 | 0 | 2F | E | 45 | 3B | 42 |
| Octal | 314 | 333 | 164 | 7 | 0 | 57 | 16 | 105 | 73 | 102 |
| Binary | 11001100 | 11011011 | 1110100 | 111 | 0 | 101111 | 1110 | 1000101 | 111011 | 1000010 |
Color Harmonies of #CCDB74
Complementary color
Monochromatic Colors of #CCDB74
Black with #CCDB74
Text Example
Text Example
White with #CCDB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB74; }
p { color: rgb(204,219,116); }
H1.HeaderClassName
{
color: #CCDB74;
}
.AnyTagClassName
{
color: #CCDB74;
}
</style>
background-color css
<style>
a { background-color: #CCDB74; }
a { background-color: rgb(204,219,116); }
div.DivClassName
{
background-color: #CCDB74;
}
.BgClassName
{
background-color: #CCDB74;
}
</style>
border-color css
<style>
span { border-color: #CCDB74; }
span { border-color: rgb(204,219,116); }
td.TdClassName
{
border-color: #CCDB74;
}
.TagClassName
{
border-color: #CCDB74;
}
</style>