Shades of Goldenrod #CCD671
Tints of Goldenrod #CCD671
RGB
CMYK
RGB Variations
Color information
#CCD671 (or 0xCCD671) is known color: Goldenrod. HEX triplet: CC, D6 and 71. RGB value is (204,214,113). Sum of RGB (Red+Green+Blue) = 204+214+113=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 113 (44.53% from 255 or 21.28% from 531); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD671 is #33298E. Grayscale: #C7C7C7. Windows color (decimal): -3352975 or 7460556. OLE color: 7460556.
HSL color Cylindrical-coordinate representation of color #CCD671: hue angle of 65.94º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCD671 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 113 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.16 |
| HSL | 65.94º | 0.55% | 0.64% | - |
| HSV(B) | 65.94º | 0.47% | 0.84% | - |
| XYZ | 51.93 | 62.12 | 24.88 | - |
| YUV | 199.5 | 79.19 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 113 | 0.05 | 0 | 0.47 | 0.16 | 65.94 | 0.55 | 0.64 |
| Hex | CC | D6 | 71 | 5 | 0 | 2F | 10 | 42 | 37 | 40 |
| Octal | 314 | 326 | 161 | 5 | 0 | 57 | 20 | 102 | 67 | 100 |
| Binary | 11001100 | 11010110 | 1110001 | 101 | 0 | 101111 | 10000 | 1000010 | 110111 | 1000000 |
Color Harmonies of #CCD671
Complementary color
Monochromatic Colors of #CCD671
Black with #CCD671
Text Example
Text Example
White with #CCD671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD671; }
p { color: rgb(204,214,113); }
H1.HeaderClassName
{
color: #CCD671;
}
.AnyTagClassName
{
color: #CCD671;
}
</style>
background-color css
<style>
a { background-color: #CCD671; }
a { background-color: rgb(204,214,113); }
div.DivClassName
{
background-color: #CCD671;
}
.BgClassName
{
background-color: #CCD671;
}
</style>
border-color css
<style>
span { border-color: #CCD671; }
span { border-color: rgb(204,214,113); }
td.TdClassName
{
border-color: #CCD671;
}
.TagClassName
{
border-color: #CCD671;
}
</style>