Shades of Dandelion #FBDF67
Tints of Dandelion #FBDF67
RGB
CMYK
RGB Variations
Color information
#FBDF67 (or 0xFBDF67) is known color: Dandelion. HEX triplet: FB, DF and 67. RGB value is (251,223,103). Sum of RGB (Red+Green+Blue) = 251+223+103=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 103 (40.62% from 255 or 17.85% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDF67 is #042098. Grayscale: #DADADA. Windows color (decimal): -270489 or 6807547. OLE color: 6807547.
HSL color Cylindrical-coordinate representation of color #FBDF67: hue angle of 48.65º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FBDF67 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 103 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.02 |
| HSL | 48.65º | 0.95% | 0.69% | - |
| HSV(B) | 48.65º | 0.59% | 0.98% | - |
| XYZ | 68.62 | 74.26 | 23.55 | - |
| YUV | 217.69 | 63.28 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 103 | 0 | 0.11 | 0.59 | 0.02 | 48.65 | 0.95 | 0.69 |
| Hex | FB | DF | 67 | 0 | B | 3B | 2 | 31 | 5F | 45 |
| Octal | 373 | 337 | 147 | 0 | 13 | 73 | 2 | 61 | 137 | 105 |
| Binary | 11111011 | 11011111 | 1100111 | 0 | 1011 | 111011 | 10 | 110001 | 1011111 | 1000101 |
Color Harmonies of #FBDF67
Complementary color
Monochromatic Colors of #FBDF67
Black with #FBDF67
Text Example
Text Example
White with #FBDF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF67; }
p { color: rgb(251,223,103); }
H1.HeaderClassName
{
color: #FBDF67;
}
.AnyTagClassName
{
color: #FBDF67;
}
</style>
background-color css
<style>
a { background-color: #FBDF67; }
a { background-color: rgb(251,223,103); }
div.DivClassName
{
background-color: #FBDF67;
}
.BgClassName
{
background-color: #FBDF67;
}
</style>
border-color css
<style>
span { border-color: #FBDF67; }
span { border-color: rgb(251,223,103); }
td.TdClassName
{
border-color: #FBDF67;
}
.TagClassName
{
border-color: #FBDF67;
}
</style>