Shades of Goldenrod #CCDA74
Tints of Goldenrod #CCDA74
RGB
CMYK
RGB Variations
Color information
#CCDA74 (or 0xCCDA74) is known color: Goldenrod. HEX triplet: CC, DA and 74. RGB value is (204,218,116). Sum of RGB (Red+Green+Blue) = 204+218+116=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 116 (45.70% from 255 or 21.56% from 538); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDA74 is #33258B. Grayscale: #CACACA. Windows color (decimal): -3351948 or 7658188. OLE color: 7658188.
HSL color Cylindrical-coordinate representation of color #CCDA74: hue angle of 68.24º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCDA74 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 116 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.15 |
| HSL | 68.24º | 0.58% | 0.65% | - |
| HSV(B) | 68.24º | 0.47% | 0.85% | - |
| XYZ | 53.13 | 64.24 | 26.12 | - |
| YUV | 202.19 | 79.36 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 116 | 0.06 | 0 | 0.47 | 0.15 | 68.24 | 0.58 | 0.65 |
| Hex | CC | DA | 74 | 6 | 0 | 2F | F | 44 | 3A | 41 |
| Octal | 314 | 332 | 164 | 6 | 0 | 57 | 17 | 104 | 72 | 101 |
| Binary | 11001100 | 11011010 | 1110100 | 110 | 0 | 101111 | 1111 | 1000100 | 111010 | 1000001 |
Color Harmonies of #CCDA74
Complementary color
Monochromatic Colors of #CCDA74
Black with #CCDA74
Text Example
Text Example
White with #CCDA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA74; }
p { color: rgb(204,218,116); }
H1.HeaderClassName
{
color: #CCDA74;
}
.AnyTagClassName
{
color: #CCDA74;
}
</style>
background-color css
<style>
a { background-color: #CCDA74; }
a { background-color: rgb(204,218,116); }
div.DivClassName
{
background-color: #CCDA74;
}
.BgClassName
{
background-color: #CCDA74;
}
</style>
border-color css
<style>
span { border-color: #CCDA74; }
span { border-color: rgb(204,218,116); }
td.TdClassName
{
border-color: #CCDA74;
}
.TagClassName
{
border-color: #CCDA74;
}
</style>