Shades of Sunglow #FFD32C
Tints of Sunglow #FFD32C
RGB
CMYK
RGB Variations
Color information
#FFD32C (or 0xFFD32C) is known color: Sunglow. HEX triplet: FF, D3 and 2C. RGB value is (255,211,44). Sum of RGB (Red+Green+Blue) = 255+211+44=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 44 (17.58% from 255 or 8.63% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD32C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD32C is #002CD3. Grayscale: #CDCDCD. Windows color (decimal): -11476 or 2937855. OLE color: 2937855.
HSL color Cylindrical-coordinate representation of color #FFD32C: hue angle of 47.49º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFD32C is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 44 | - |
| CMYK | 0 | 0.17 | 0.83 | 0 |
| HSL | 47.49º | 1% | 0.59% | - |
| HSV(B) | 47.49º | 0.83% | 1% | - |
| XYZ | 64.99 | 68.03 | 12.09 | - |
| YUV | 205.12 | 37.08 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 44 | 0 | 0.17 | 0.83 | 0 | 47.49 | 1 | 0.59 |
| Hex | FF | D3 | 2C | 0 | 11 | 53 | 0 | 2F | 64 | 3B |
| Octal | 377 | 323 | 54 | 0 | 21 | 123 | 0 | 57 | 144 | 73 |
| Binary | 11111111 | 11010011 | 101100 | 0 | 10001 | 1010011 | 0 | 101111 | 1100100 | 111011 |
Color Harmonies of #FFD32C
Complementary color
Monochromatic Colors of #FFD32C
Black with #FFD32C
Text Example
Text Example
White with #FFD32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD32C; }
p { color: rgb(255,211,44); }
H1.HeaderClassName
{
color: #FFD32C;
}
.AnyTagClassName
{
color: #FFD32C;
}
</style>
background-color css
<style>
a { background-color: #FFD32C; }
a { background-color: rgb(255,211,44); }
div.DivClassName
{
background-color: #FFD32C;
}
.BgClassName
{
background-color: #FFD32C;
}
</style>
border-color css
<style>
span { border-color: #FFD32C; }
span { border-color: rgb(255,211,44); }
td.TdClassName
{
border-color: #FFD32C;
}
.TagClassName
{
border-color: #FFD32C;
}
</style>