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