Shades of Dandelion #FFCD60
Tints of Dandelion #FFCD60
RGB
CMYK
RGB Variations
Color information
#FFCD60 (or 0xFFCD60) is known color: Dandelion. HEX triplet: FF, CD and 60. RGB value is (255,205,96). Sum of RGB (Red+Green+Blue) = 255+205+96=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 96 (37.89% from 255 or 17.27% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD60 is #00329F. Grayscale: #D0D0D0. Windows color (decimal): -12960 or 6344191. OLE color: 6344191.
HSL color Cylindrical-coordinate representation of color #FFCD60: hue angle of 41.13º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFCD60 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 96 | - |
| CMYK | 0 | 0.20 | 0.62 | 0 |
| HSL | 41.13º | 1% | 0.69% | - |
| HSV(B) | 41.13º | 0.62% | 1% | - |
| XYZ | 65.18 | 65.77 | 20.33 | - |
| YUV | 207.52 | 65.07 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 96 | 0 | 0.20 | 0.62 | 0 | 41.13 | 1 | 0.69 |
| Hex | FF | CD | 60 | 0 | 14 | 3E | 0 | 29 | 64 | 45 |
| Octal | 377 | 315 | 140 | 0 | 24 | 76 | 0 | 51 | 144 | 105 |
| Binary | 11111111 | 11001101 | 1100000 | 0 | 10100 | 111110 | 0 | 101001 | 1100100 | 1000101 |
Color Harmonies of #FFCD60
Complementary color
Monochromatic Colors of #FFCD60
Black with #FFCD60
Text Example
Text Example
White with #FFCD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD60; }
p { color: rgb(255,205,96); }
H1.HeaderClassName
{
color: #FFCD60;
}
.AnyTagClassName
{
color: #FFCD60;
}
</style>
background-color css
<style>
a { background-color: #FFCD60; }
a { background-color: rgb(255,205,96); }
div.DivClassName
{
background-color: #FFCD60;
}
.BgClassName
{
background-color: #FFCD60;
}
</style>
border-color css
<style>
span { border-color: #FFCD60; }
span { border-color: rgb(255,205,96); }
td.TdClassName
{
border-color: #FFCD60;
}
.TagClassName
{
border-color: #FFCD60;
}
</style>