Shades of School Bus Yellow #DFD501
Tints of School Bus Yellow #DFD501
RGB
CMYK
RGB Variations
Color information
#DFD501 (or 0xDFD501) is known color: School Bus Yellow. HEX triplet: DF, D5 and 01. RGB value is (223,213,1). Sum of RGB (Red+Green+Blue) = 223+213+1=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 213 (83.59% from 255 or 48.74% from 437); Blue value is 1 (0.78% from 255 or 0.23% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD501 is #202AFE. Grayscale: #C0C0C0. Windows color (decimal): -2108159 or 120287. OLE color: 120287.
HSL color Cylindrical-coordinate representation of color #DFD501: hue angle of 57.3º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFD501 is Cyan = 0, Magento = 0.04, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 1 | - |
| CMYK | 0 | 0.04 | 1.00 | 0.13 |
| HSL | 57.3º | 0.99% | 0.44% | - |
| HSV(B) | 57.3º | 1% | 0.87% | - |
| XYZ | 54.23 | 63.28 | 9.38 | - |
| YUV | 191.82 | 20.31 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 1 | 0 | 0.04 | 1.00 | 0.13 | 57.3 | 0.99 | 0.44 |
| Hex | DF | D5 | 1 | 0 | 4 | 64 | D | 39 | 63 | 2C |
| Octal | 337 | 325 | 1 | 0 | 4 | 144 | 15 | 71 | 143 | 54 |
| Binary | 11011111 | 11010101 | 1 | 0 | 100 | 1100100 | 1101 | 111001 | 1100011 | 101100 |
Color Harmonies of #DFD501
Complementary color
Monochromatic Colors of #DFD501
Black with #DFD501
Text Example
Text Example
White with #DFD501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD501; }
p { color: rgb(223,213,1); }
H1.HeaderClassName
{
color: #DFD501;
}
.AnyTagClassName
{
color: #DFD501;
}
</style>
background-color css
<style>
a { background-color: #DFD501; }
a { background-color: rgb(223,213,1); }
div.DivClassName
{
background-color: #DFD501;
}
.BgClassName
{
background-color: #DFD501;
}
</style>
border-color css
<style>
span { border-color: #DFD501; }
span { border-color: rgb(223,213,1); }
td.TdClassName
{
border-color: #DFD501;
}
.TagClassName
{
border-color: #DFD501;
}
</style>