Shades of School Bus Yellow #DFD701
Tints of School Bus Yellow #DFD701
RGB
CMYK
RGB Variations
Color information
#DFD701 (or 0xDFD701) is known color: School Bus Yellow. HEX triplet: DF, D7 and 01. RGB value is (223,215,1). Sum of RGB (Red+Green+Blue) = 223+215+1=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 215 (84.38% from 255 or 48.97% from 439); Blue value is 1 (0.78% from 255 or 0.23% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD701 is #2028FE. Grayscale: #C1C1C1. Windows color (decimal): -2107647 or 120799. OLE color: 120799.
HSL color Cylindrical-coordinate representation of color #DFD701: hue angle of 57.84º 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 #DFD701 is Cyan = 0, Magento = 0.04, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 1 | - |
| CMYK | 0 | 0.04 | 1.00 | 0.13 |
| HSL | 57.84º | 0.99% | 0.44% | - |
| HSV(B) | 57.84º | 1% | 0.87% | - |
| XYZ | 54.74 | 64.29 | 9.55 | - |
| YUV | 193 | 19.65 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 1 | 0 | 0.04 | 1.00 | 0.13 | 57.84 | 0.99 | 0.44 |
| Hex | DF | D7 | 1 | 0 | 4 | 64 | D | 3A | 63 | 2C |
| Octal | 337 | 327 | 1 | 0 | 4 | 144 | 15 | 72 | 143 | 54 |
| Binary | 11011111 | 11010111 | 1 | 0 | 100 | 1100100 | 1101 | 111010 | 1100011 | 101100 |
Color Harmonies of #DFD701
Complementary color
Monochromatic Colors of #DFD701
Black with #DFD701
Text Example
Text Example
White with #DFD701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD701; }
p { color: rgb(223,215,1); }
H1.HeaderClassName
{
color: #DFD701;
}
.AnyTagClassName
{
color: #DFD701;
}
</style>
background-color css
<style>
a { background-color: #DFD701; }
a { background-color: rgb(223,215,1); }
div.DivClassName
{
background-color: #DFD701;
}
.BgClassName
{
background-color: #DFD701;
}
</style>
border-color css
<style>
span { border-color: #DFD701; }
span { border-color: rgb(223,215,1); }
td.TdClassName
{
border-color: #DFD701;
}
.TagClassName
{
border-color: #DFD701;
}
</style>