Shades of Dandelion #FFCD64
Tints of Dandelion #FFCD64
RGB
CMYK
RGB Variations
Color information
#FFCD64 (or 0xFFCD64) is known color: Dandelion. HEX triplet: FF, CD and 64. RGB value is (255,205,100). Sum of RGB (Red+Green+Blue) = 255+205+100=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 100 (39.45% from 255 or 17.86% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD64 is #00329B. Grayscale: #D0D0D0. Windows color (decimal): -12956 or 6606335. OLE color: 6606335.
HSL color Cylindrical-coordinate representation of color #FFCD64: hue angle of 40.65º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFCD64 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 100 | - |
| CMYK | 0 | 0.20 | 0.61 | 0 |
| HSL | 40.65º | 1% | 0.7% | - |
| HSV(B) | 40.65º | 0.61% | 1% | - |
| XYZ | 65.37 | 65.84 | 21.32 | - |
| YUV | 207.98 | 67.07 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 100 | 0 | 0.20 | 0.61 | 0 | 40.65 | 1 | 0.7 |
| Hex | FF | CD | 64 | 0 | 14 | 3D | 0 | 29 | 64 | 46 |
| Octal | 377 | 315 | 144 | 0 | 24 | 75 | 0 | 51 | 144 | 106 |
| Binary | 11111111 | 11001101 | 1100100 | 0 | 10100 | 111101 | 0 | 101001 | 1100100 | 1000110 |
Color Harmonies of #FFCD64
Complementary color
Monochromatic Colors of #FFCD64
Black with #FFCD64
Text Example
Text Example
White with #FFCD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD64; }
p { color: rgb(255,205,100); }
H1.HeaderClassName
{
color: #FFCD64;
}
.AnyTagClassName
{
color: #FFCD64;
}
</style>
background-color css
<style>
a { background-color: #FFCD64; }
a { background-color: rgb(255,205,100); }
div.DivClassName
{
background-color: #FFCD64;
}
.BgClassName
{
background-color: #FFCD64;
}
</style>
border-color css
<style>
span { border-color: #FFCD64; }
span { border-color: rgb(255,205,100); }
td.TdClassName
{
border-color: #FFCD64;
}
.TagClassName
{
border-color: #FFCD64;
}
</style>