Shades of Sunglow #FFD03D
Tints of Sunglow #FFD03D
RGB
CMYK
RGB Variations
Color information
#FFD03D (or 0xFFD03D) is known color: Sunglow. HEX triplet: FF, D0 and 3D. RGB value is (255,208,61). Sum of RGB (Red+Green+Blue) = 255+208+61=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 61 (24.22% from 255 or 11.64% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD03D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD03D is #002FC2. Grayscale: #CDCDCD. Windows color (decimal): -12227 or 4051199. OLE color: 4051199.
HSL color Cylindrical-coordinate representation of color #FFD03D: hue angle of 45.46º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFD03D is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 61 | - |
| CMYK | 0 | 0.18 | 0.76 | 0 |
| HSL | 45.46º | 1% | 0.62% | - |
| HSV(B) | 45.46º | 0.76% | 1% | - |
| XYZ | 64.64 | 66.71 | 13.88 | - |
| YUV | 205.3 | 46.57 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 61 | 0 | 0.18 | 0.76 | 0 | 45.46 | 1 | 0.62 |
| Hex | FF | D0 | 3D | 0 | 12 | 4C | 0 | 2D | 64 | 3E |
| Octal | 377 | 320 | 75 | 0 | 22 | 114 | 0 | 55 | 144 | 76 |
| Binary | 11111111 | 11010000 | 111101 | 0 | 10010 | 1001100 | 0 | 101101 | 1100100 | 111110 |
Color Harmonies of #FFD03D
Complementary color
Monochromatic Colors of #FFD03D
Black with #FFD03D
Text Example
Text Example
White with #FFD03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD03D; }
p { color: rgb(255,208,61); }
H1.HeaderClassName
{
color: #FFD03D;
}
.AnyTagClassName
{
color: #FFD03D;
}
</style>
background-color css
<style>
a { background-color: #FFD03D; }
a { background-color: rgb(255,208,61); }
div.DivClassName
{
background-color: #FFD03D;
}
.BgClassName
{
background-color: #FFD03D;
}
</style>
border-color css
<style>
span { border-color: #FFD03D; }
span { border-color: rgb(255,208,61); }
td.TdClassName
{
border-color: #FFD03D;
}
.TagClassName
{
border-color: #FFD03D;
}
</style>