Shades of Goldenrod #CFDD5D
Tints of Goldenrod #CFDD5D
RGB
CMYK
RGB Variations
Color information
#CFDD5D (or 0xCFDD5D) is known color: Goldenrod. HEX triplet: CF, DD and 5D. RGB value is (207,221,93). Sum of RGB (Red+Green+Blue) = 207+221+93=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDD5D is #3022A2. Grayscale: #CACACA. Windows color (decimal): -3154595 or 6151631. OLE color: 6151631.
HSL color Cylindrical-coordinate representation of color #CFDD5D: hue angle of 66.56º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFDD5D is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 93 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.13 |
| HSL | 66.56º | 0.65% | 0.62% | - |
| HSV(B) | 66.56º | 0.58% | 0.87% | - |
| XYZ | 53.56 | 65.77 | 20.23 | - |
| YUV | 202.22 | 66.36 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 93 | 0.06 | 0 | 0.58 | 0.13 | 66.56 | 0.65 | 0.62 |
| Hex | CF | DD | 5D | 6 | 0 | 3A | D | 43 | 41 | 3E |
| Octal | 317 | 335 | 135 | 6 | 0 | 72 | 15 | 103 | 101 | 76 |
| Binary | 11001111 | 11011101 | 1011101 | 110 | 0 | 111010 | 1101 | 1000011 | 1000001 | 111110 |
Color Harmonies of #CFDD5D
Complementary color
Monochromatic Colors of #CFDD5D
Black with #CFDD5D
Text Example
Text Example
White with #CFDD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD5D; }
p { color: rgb(207,221,93); }
H1.HeaderClassName
{
color: #CFDD5D;
}
.AnyTagClassName
{
color: #CFDD5D;
}
</style>
background-color css
<style>
a { background-color: #CFDD5D; }
a { background-color: rgb(207,221,93); }
div.DivClassName
{
background-color: #CFDD5D;
}
.BgClassName
{
background-color: #CFDD5D;
}
</style>
border-color css
<style>
span { border-color: #CFDD5D; }
span { border-color: rgb(207,221,93); }
td.TdClassName
{
border-color: #CFDD5D;
}
.TagClassName
{
border-color: #CFDD5D;
}
</style>