Shades of Sunglow #FFD32D
Tints of Sunglow #FFD32D
RGB
CMYK
RGB Variations
Color information
#FFD32D (or 0xFFD32D) is known color: Sunglow. HEX triplet: FF, D3 and 2D. RGB value is (255,211,45). Sum of RGB (Red+Green+Blue) = 255+211+45=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 45 (17.97% from 255 or 8.81% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD32D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD32D is #002CD2. Grayscale: #CDCDCD. Windows color (decimal): -11475 or 3003391. OLE color: 3003391.
HSL color Cylindrical-coordinate representation of color #FFD32D: hue angle of 47.43º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFD32D is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 45 | - |
| CMYK | 0 | 0.17 | 0.82 | 0 |
| HSL | 47.43º | 1% | 0.59% | - |
| HSV(B) | 47.43º | 0.82% | 1% | - |
| XYZ | 65.01 | 68.04 | 12.19 | - |
| YUV | 205.23 | 37.58 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 45 | 0 | 0.17 | 0.82 | 0 | 47.43 | 1 | 0.59 |
| Hex | FF | D3 | 2D | 0 | 11 | 52 | 0 | 2F | 64 | 3B |
| Octal | 377 | 323 | 55 | 0 | 21 | 122 | 0 | 57 | 144 | 73 |
| Binary | 11111111 | 11010011 | 101101 | 0 | 10001 | 1010010 | 0 | 101111 | 1100100 | 111011 |
Color Harmonies of #FFD32D
Complementary color
Monochromatic Colors of #FFD32D
Black with #FFD32D
Text Example
Text Example
White with #FFD32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD32D; }
p { color: rgb(255,211,45); }
H1.HeaderClassName
{
color: #FFD32D;
}
.AnyTagClassName
{
color: #FFD32D;
}
</style>
background-color css
<style>
a { background-color: #FFD32D; }
a { background-color: rgb(255,211,45); }
div.DivClassName
{
background-color: #FFD32D;
}
.BgClassName
{
background-color: #FFD32D;
}
</style>
border-color css
<style>
span { border-color: #FFD32D; }
span { border-color: rgb(255,211,45); }
td.TdClassName
{
border-color: #FFD32D;
}
.TagClassName
{
border-color: #FFD32D;
}
</style>