Shades of School Bus Yellow #DFD601
Tints of School Bus Yellow #DFD601
RGB
CMYK
RGB Variations
Color information
#DFD601 (or 0xDFD601) is known color: School Bus Yellow. HEX triplet: DF, D6 and 01. RGB value is (223,214,1). Sum of RGB (Red+Green+Blue) = 223+214+1=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 1 (0.78% from 255 or 0.23% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD601 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD601 is #2029FE. Grayscale: #C1C1C1. Windows color (decimal): -2107903 or 120543. OLE color: 120543.
HSL color Cylindrical-coordinate representation of color #DFD601: hue angle of 57.57º 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 #DFD601 is Cyan = 0, Magento = 0.04, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 1 | - |
| CMYK | 0 | 0.04 | 1.00 | 0.13 |
| HSL | 57.57º | 0.99% | 0.44% | - |
| HSV(B) | 57.57º | 1% | 0.87% | - |
| XYZ | 54.48 | 63.78 | 9.47 | - |
| YUV | 192.41 | 19.98 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 1 | 0 | 0.04 | 1.00 | 0.13 | 57.57 | 0.99 | 0.44 |
| Hex | DF | D6 | 1 | 0 | 4 | 64 | D | 3A | 63 | 2C |
| Octal | 337 | 326 | 1 | 0 | 4 | 144 | 15 | 72 | 143 | 54 |
| Binary | 11011111 | 11010110 | 1 | 0 | 100 | 1100100 | 1101 | 111010 | 1100011 | 101100 |
Color Harmonies of #DFD601
Complementary color
Monochromatic Colors of #DFD601
Black with #DFD601
Text Example
Text Example
White with #DFD601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD601; }
p { color: rgb(223,214,1); }
H1.HeaderClassName
{
color: #DFD601;
}
.AnyTagClassName
{
color: #DFD601;
}
</style>
background-color css
<style>
a { background-color: #DFD601; }
a { background-color: rgb(223,214,1); }
div.DivClassName
{
background-color: #DFD601;
}
.BgClassName
{
background-color: #DFD601;
}
</style>
border-color css
<style>
span { border-color: #DFD601; }
span { border-color: rgb(223,214,1); }
td.TdClassName
{
border-color: #DFD601;
}
.TagClassName
{
border-color: #DFD601;
}
</style>