Shades of Sunglow #FFD13D
Tints of Sunglow #FFD13D
RGB
CMYK
RGB Variations
Color information
#FFD13D (or 0xFFD13D) is known color: Sunglow. HEX triplet: FF, D1 and 3D. RGB value is (255,209,61). Sum of RGB (Red+Green+Blue) = 255+209+61=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 61 (24.22% from 255 or 11.62% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD13D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD13D is #002EC2. Grayscale: #CECECE. Windows color (decimal): -11971 or 4051455. OLE color: 4051455.
HSL color Cylindrical-coordinate representation of color #FFD13D: hue angle of 45.77º 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 #FFD13D is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 61 | - |
| CMYK | 0 | 0.18 | 0.76 | 0 |
| HSL | 45.77º | 1% | 0.62% | - |
| HSV(B) | 45.77º | 0.76% | 1% | - |
| XYZ | 64.88 | 67.2 | 13.97 | - |
| YUV | 205.88 | 46.24 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 61 | 0 | 0.18 | 0.76 | 0 | 45.77 | 1 | 0.62 |
| Hex | FF | D1 | 3D | 0 | 12 | 4C | 0 | 2E | 64 | 3E |
| Octal | 377 | 321 | 75 | 0 | 22 | 114 | 0 | 56 | 144 | 76 |
| Binary | 11111111 | 11010001 | 111101 | 0 | 10010 | 1001100 | 0 | 101110 | 1100100 | 111110 |
Color Harmonies of #FFD13D
Complementary color
Monochromatic Colors of #FFD13D
Black with #FFD13D
Text Example
Text Example
White with #FFD13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD13D; }
p { color: rgb(255,209,61); }
H1.HeaderClassName
{
color: #FFD13D;
}
.AnyTagClassName
{
color: #FFD13D;
}
</style>
background-color css
<style>
a { background-color: #FFD13D; }
a { background-color: rgb(255,209,61); }
div.DivClassName
{
background-color: #FFD13D;
}
.BgClassName
{
background-color: #FFD13D;
}
</style>
border-color css
<style>
span { border-color: #FFD13D; }
span { border-color: rgb(255,209,61); }
td.TdClassName
{
border-color: #FFD13D;
}
.TagClassName
{
border-color: #FFD13D;
}
</style>