Shades of Goldenrod #CFDB5D
Tints of Goldenrod #CFDB5D
RGB
CMYK
RGB Variations
Color information
#CFDB5D (or 0xCFDB5D) is known color: Goldenrod. HEX triplet: CF, DB and 5D. RGB value is (207,219,93). Sum of RGB (Red+Green+Blue) = 207+219+93=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 93 (36.72% from 255 or 17.92% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDB5D is #3024A2. Grayscale: #C9C9C9. Windows color (decimal): -3155107 or 6151119. OLE color: 6151119.
HSL color Cylindrical-coordinate representation of color #CFDB5D: hue angle of 65.71º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFDB5D is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 93 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.14 |
| HSL | 65.71º | 0.64% | 0.61% | - |
| HSV(B) | 65.71º | 0.58% | 0.86% | - |
| XYZ | 53.04 | 64.72 | 20.05 | - |
| YUV | 201.05 | 67.02 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 93 | 0.05 | 0 | 0.58 | 0.14 | 65.71 | 0.64 | 0.61 |
| Hex | CF | DB | 5D | 5 | 0 | 3A | E | 42 | 40 | 3D |
| Octal | 317 | 333 | 135 | 5 | 0 | 72 | 16 | 102 | 100 | 75 |
| Binary | 11001111 | 11011011 | 1011101 | 101 | 0 | 111010 | 1110 | 1000010 | 1000000 | 111101 |
Color Harmonies of #CFDB5D
Complementary color
Monochromatic Colors of #CFDB5D
Black with #CFDB5D
Text Example
Text Example
White with #CFDB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB5D; }
p { color: rgb(207,219,93); }
H1.HeaderClassName
{
color: #CFDB5D;
}
.AnyTagClassName
{
color: #CFDB5D;
}
</style>
background-color css
<style>
a { background-color: #CFDB5D; }
a { background-color: rgb(207,219,93); }
div.DivClassName
{
background-color: #CFDB5D;
}
.BgClassName
{
background-color: #CFDB5D;
}
</style>
border-color css
<style>
span { border-color: #CFDB5D; }
span { border-color: rgb(207,219,93); }
td.TdClassName
{
border-color: #CFDB5D;
}
.TagClassName
{
border-color: #CFDB5D;
}
</style>