Shades of Dandelion #FFCD62
Tints of Dandelion #FFCD62
RGB
CMYK
RGB Variations
Color information
#FFCD62 (or 0xFFCD62) is known color: Dandelion. HEX triplet: FF, CD and 62. RGB value is (255,205,98). Sum of RGB (Red+Green+Blue) = 255+205+98=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 98 (38.67% from 255 or 17.56% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD62 is #00329D. Grayscale: #D0D0D0. Windows color (decimal): -12958 or 6475263. OLE color: 6475263.
HSL color Cylindrical-coordinate representation of color #FFCD62: hue angle of 40.89º 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 #FFCD62 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 98 | - |
| CMYK | 0 | 0.20 | 0.62 | 0 |
| HSL | 40.89º | 1% | 0.69% | - |
| HSV(B) | 40.89º | 0.62% | 1% | - |
| XYZ | 65.28 | 65.8 | 20.82 | - |
| YUV | 207.75 | 66.07 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 98 | 0 | 0.20 | 0.62 | 0 | 40.89 | 1 | 0.69 |
| Hex | FF | CD | 62 | 0 | 14 | 3E | 0 | 29 | 64 | 45 |
| Octal | 377 | 315 | 142 | 0 | 24 | 76 | 0 | 51 | 144 | 105 |
| Binary | 11111111 | 11001101 | 1100010 | 0 | 10100 | 111110 | 0 | 101001 | 1100100 | 1000101 |
Color Harmonies of #FFCD62
Complementary color
Monochromatic Colors of #FFCD62
Black with #FFCD62
Text Example
Text Example
White with #FFCD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD62; }
p { color: rgb(255,205,98); }
H1.HeaderClassName
{
color: #FFCD62;
}
.AnyTagClassName
{
color: #FFCD62;
}
</style>
background-color css
<style>
a { background-color: #FFCD62; }
a { background-color: rgb(255,205,98); }
div.DivClassName
{
background-color: #FFCD62;
}
.BgClassName
{
background-color: #FFCD62;
}
</style>
border-color css
<style>
span { border-color: #FFCD62; }
span { border-color: rgb(255,205,98); }
td.TdClassName
{
border-color: #FFCD62;
}
.TagClassName
{
border-color: #FFCD62;
}
</style>