Shades of Dandelion #FFCC61
Tints of Dandelion #FFCC61
RGB
CMYK
RGB Variations
Color information
#FFCC61 (or 0xFFCC61) is known color: Dandelion. HEX triplet: FF, CC and 61. RGB value is (255,204,97). Sum of RGB (Red+Green+Blue) = 255+204+97=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 97 (38.28% from 255 or 17.45% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCC61 is #00339E. Grayscale: #CFCFCF. Windows color (decimal): -13215 or 6409471. OLE color: 6409471.
HSL color Cylindrical-coordinate representation of color #FFCC61: hue angle of 40.63º 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 #FFCC61 is Cyan = 0, Magento = 0.2, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 97 | - |
| CMYK | 0 | 0.2 | 0.62 | 0 |
| HSL | 40.63º | 1% | 0.69% | - |
| HSV(B) | 40.63º | 0.62% | 1% | - |
| XYZ | 64.99 | 65.31 | 20.49 | - |
| YUV | 207.05 | 65.9 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 97 | 0 | 0.2 | 0.62 | 0 | 40.63 | 1 | 0.69 |
| Hex | FF | CC | 61 | 0 | 14 | 3E | 0 | 29 | 64 | 45 |
| Octal | 377 | 314 | 141 | 0 | 24 | 76 | 0 | 51 | 144 | 105 |
| Binary | 11111111 | 11001100 | 1100001 | 0 | 10100 | 111110 | 0 | 101001 | 1100100 | 1000101 |
Color Harmonies of #FFCC61
Complementary color
Monochromatic Colors of #FFCC61
Black with #FFCC61
Text Example
Text Example
White with #FFCC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC61; }
p { color: rgb(255,204,97); }
H1.HeaderClassName
{
color: #FFCC61;
}
.AnyTagClassName
{
color: #FFCC61;
}
</style>
background-color css
<style>
a { background-color: #FFCC61; }
a { background-color: rgb(255,204,97); }
div.DivClassName
{
background-color: #FFCC61;
}
.BgClassName
{
background-color: #FFCC61;
}
</style>
border-color css
<style>
span { border-color: #FFCC61; }
span { border-color: rgb(255,204,97); }
td.TdClassName
{
border-color: #FFCC61;
}
.TagClassName
{
border-color: #FFCC61;
}
</style>