Shades of Goldenrod #CFDB63
Tints of Goldenrod #CFDB63
RGB
CMYK
RGB Variations
Color information
#CFDB63 (or 0xCFDB63) is known color: Goldenrod. HEX triplet: CF, DB and 63. RGB value is (207,219,99). Sum of RGB (Red+Green+Blue) = 207+219+99=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 99 (39.06% from 255 or 18.86% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDB63 is #30249C. Grayscale: #CACACA. Windows color (decimal): -3155101 or 6544335. OLE color: 6544335.
HSL color Cylindrical-coordinate representation of color #CFDB63: hue angle of 66º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFDB63 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 99 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.14 |
| HSL | 66º | 0.63% | 0.62% | - |
| HSV(B) | 66º | 0.55% | 0.86% | - |
| XYZ | 53.32 | 64.83 | 21.51 | - |
| YUV | 201.73 | 70.02 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 99 | 0.05 | 0 | 0.55 | 0.14 | 66 | 0.63 | 0.62 |
| Hex | CF | DB | 63 | 5 | 0 | 37 | E | 42 | 3E | 3E |
| Octal | 317 | 333 | 143 | 5 | 0 | 67 | 16 | 102 | 76 | 76 |
| Binary | 11001111 | 11011011 | 1100011 | 101 | 0 | 110111 | 1110 | 1000010 | 111110 | 111110 |
Color Harmonies of #CFDB63
Complementary color
Monochromatic Colors of #CFDB63
Black with #CFDB63
Text Example
Text Example
White with #CFDB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB63; }
p { color: rgb(207,219,99); }
H1.HeaderClassName
{
color: #CFDB63;
}
.AnyTagClassName
{
color: #CFDB63;
}
</style>
background-color css
<style>
a { background-color: #CFDB63; }
a { background-color: rgb(207,219,99); }
div.DivClassName
{
background-color: #CFDB63;
}
.BgClassName
{
background-color: #CFDB63;
}
</style>
border-color css
<style>
span { border-color: #CFDB63; }
span { border-color: rgb(207,219,99); }
td.TdClassName
{
border-color: #CFDB63;
}
.TagClassName
{
border-color: #CFDB63;
}
</style>