Shades of Dandelion #FCDB67
Tints of Dandelion #FCDB67
RGB
CMYK
RGB Variations
Color information
#FCDB67 (or 0xFCDB67) is known color: Dandelion. HEX triplet: FC, DB and 67. RGB value is (252,219,103). Sum of RGB (Red+Green+Blue) = 252+219+103=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 103 (40.62% from 255 or 17.94% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDB67 is #032498. Grayscale: #D8D8D8. Windows color (decimal): -205977 or 6806524. OLE color: 6806524.
HSL color Cylindrical-coordinate representation of color #FCDB67: hue angle of 46.71º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FCDB67 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 103 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.01 |
| HSL | 46.71º | 0.96% | 0.7% | - |
| HSV(B) | 46.71º | 0.59% | 0.99% | - |
| XYZ | 67.92 | 72.34 | 23.21 | - |
| YUV | 215.64 | 64.43 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 103 | 0 | 0.13 | 0.59 | 0.01 | 46.71 | 0.96 | 0.7 |
| Hex | FC | DB | 67 | 0 | D | 3B | 1 | 2F | 60 | 46 |
| Octal | 374 | 333 | 147 | 0 | 15 | 73 | 1 | 57 | 140 | 106 |
| Binary | 11111100 | 11011011 | 1100111 | 0 | 1101 | 111011 | 1 | 101111 | 1100000 | 1000110 |
Color Harmonies of #FCDB67
Complementary color
Monochromatic Colors of #FCDB67
Black with #FCDB67
Text Example
Text Example
White with #FCDB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB67; }
p { color: rgb(252,219,103); }
H1.HeaderClassName
{
color: #FCDB67;
}
.AnyTagClassName
{
color: #FCDB67;
}
</style>
background-color css
<style>
a { background-color: #FCDB67; }
a { background-color: rgb(252,219,103); }
div.DivClassName
{
background-color: #FCDB67;
}
.BgClassName
{
background-color: #FCDB67;
}
</style>
border-color css
<style>
span { border-color: #FCDB67; }
span { border-color: rgb(252,219,103); }
td.TdClassName
{
border-color: #FCDB67;
}
.TagClassName
{
border-color: #FCDB67;
}
</style>