Shades of Dandelion #FFCC63
Tints of Dandelion #FFCC63
RGB
CMYK
RGB Variations
Color information
#FFCC63 (or 0xFFCC63) is known color: Dandelion. HEX triplet: FF, CC and 63. RGB value is (255,204,99). Sum of RGB (Red+Green+Blue) = 255+204+99=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 99 (39.06% from 255 or 17.74% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCC63 is #00339C. Grayscale: #CFCFCF. Windows color (decimal): -13213 or 6540543. OLE color: 6540543.
HSL color Cylindrical-coordinate representation of color #FFCC63: hue angle of 40.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFCC63 is Cyan = 0, Magento = 0.2, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 99 | - |
| CMYK | 0 | 0.2 | 0.61 | 0 |
| HSL | 40.38º | 1% | 0.69% | - |
| HSV(B) | 40.38º | 0.61% | 1% | - |
| XYZ | 65.09 | 65.35 | 20.99 | - |
| YUV | 207.28 | 66.9 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 99 | 0 | 0.2 | 0.61 | 0 | 40.38 | 1 | 0.69 |
| Hex | FF | CC | 63 | 0 | 14 | 3D | 0 | 28 | 64 | 45 |
| Octal | 377 | 314 | 143 | 0 | 24 | 75 | 0 | 50 | 144 | 105 |
| Binary | 11111111 | 11001100 | 1100011 | 0 | 10100 | 111101 | 0 | 101000 | 1100100 | 1000101 |
Color Harmonies of #FFCC63
Complementary color
Monochromatic Colors of #FFCC63
Black with #FFCC63
Text Example
Text Example
White with #FFCC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC63; }
p { color: rgb(255,204,99); }
H1.HeaderClassName
{
color: #FFCC63;
}
.AnyTagClassName
{
color: #FFCC63;
}
</style>
background-color css
<style>
a { background-color: #FFCC63; }
a { background-color: rgb(255,204,99); }
div.DivClassName
{
background-color: #FFCC63;
}
.BgClassName
{
background-color: #FFCC63;
}
</style>
border-color css
<style>
span { border-color: #FFCC63; }
span { border-color: rgb(255,204,99); }
td.TdClassName
{
border-color: #FFCC63;
}
.TagClassName
{
border-color: #FFCC63;
}
</style>