Shades of Sunglow #FFD33C
Tints of Sunglow #FFD33C
RGB
CMYK
RGB Variations
Color information
#FFD33C (or 0xFFD33C) is known color: Sunglow. HEX triplet: FF, D3 and 3C. RGB value is (255,211,60). Sum of RGB (Red+Green+Blue) = 255+211+60=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 60 (23.83% from 255 or 11.41% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD33C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD33C is #002CC3. Grayscale: #CFCFCF. Windows color (decimal): -11460 or 3986431. OLE color: 3986431.
HSL color Cylindrical-coordinate representation of color #FFD33C: hue angle of 46.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 #FFD33C is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 60 | - |
| CMYK | 0 | 0.17 | 0.76 | 0 |
| HSL | 46.46º | 1% | 0.62% | - |
| HSV(B) | 46.46º | 0.76% | 1% | - |
| XYZ | 65.35 | 68.17 | 13.99 | - |
| YUV | 206.94 | 45.08 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 60 | 0 | 0.17 | 0.76 | 0 | 46.46 | 1 | 0.62 |
| Hex | FF | D3 | 3C | 0 | 11 | 4C | 0 | 2E | 64 | 3E |
| Octal | 377 | 323 | 74 | 0 | 21 | 114 | 0 | 56 | 144 | 76 |
| Binary | 11111111 | 11010011 | 111100 | 0 | 10001 | 1001100 | 0 | 101110 | 1100100 | 111110 |
Color Harmonies of #FFD33C
Complementary color
Monochromatic Colors of #FFD33C
Black with #FFD33C
Text Example
Text Example
White with #FFD33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD33C; }
p { color: rgb(255,211,60); }
H1.HeaderClassName
{
color: #FFD33C;
}
.AnyTagClassName
{
color: #FFD33C;
}
</style>
background-color css
<style>
a { background-color: #FFD33C; }
a { background-color: rgb(255,211,60); }
div.DivClassName
{
background-color: #FFD33C;
}
.BgClassName
{
background-color: #FFD33C;
}
</style>
border-color css
<style>
span { border-color: #FFD33C; }
span { border-color: rgb(255,211,60); }
td.TdClassName
{
border-color: #FFD33C;
}
.TagClassName
{
border-color: #FFD33C;
}
</style>