Shades of School Bus Yellow #DED801
Tints of School Bus Yellow #DED801
RGB
CMYK
RGB Variations
Color information
#DED801 (or 0xDED801) is known color: School Bus Yellow. HEX triplet: DE, D8 and 01. RGB value is (222,216,1). Sum of RGB (Red+Green+Blue) = 222+216+1=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 216 (84.77% from 255 or 49.20% from 439); Blue value is 1 (0.78% from 255 or 0.23% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DED801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED801 is #2127FE. Grayscale: #C2C2C2. Windows color (decimal): -2172927 or 121054. OLE color: 121054.
HSL color Cylindrical-coordinate representation of color #DED801: hue angle of 58.37º 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 #DED801 is Cyan = 0, Magento = 0.03, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 1 | - |
| CMYK | 0 | 0.03 | 1.00 | 0.13 |
| HSL | 58.37º | 0.99% | 0.44% | - |
| HSV(B) | 58.37º | 1% | 0.87% | - |
| XYZ | 54.69 | 64.64 | 9.62 | - |
| YUV | 193.28 | 19.49 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 1 | 0 | 0.03 | 1.00 | 0.13 | 58.37 | 0.99 | 0.44 |
| Hex | DE | D8 | 1 | 0 | 3 | 64 | D | 3A | 63 | 2C |
| Octal | 336 | 330 | 1 | 0 | 3 | 144 | 15 | 72 | 143 | 54 |
| Binary | 11011110 | 11011000 | 1 | 0 | 11 | 1100100 | 1101 | 111010 | 1100011 | 101100 |
Color Harmonies of #DED801
Complementary color
Monochromatic Colors of #DED801
Black with #DED801
Text Example
Text Example
White with #DED801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED801; }
p { color: rgb(222,216,1); }
H1.HeaderClassName
{
color: #DED801;
}
.AnyTagClassName
{
color: #DED801;
}
</style>
background-color css
<style>
a { background-color: #DED801; }
a { background-color: rgb(222,216,1); }
div.DivClassName
{
background-color: #DED801;
}
.BgClassName
{
background-color: #DED801;
}
</style>
border-color css
<style>
span { border-color: #DED801; }
span { border-color: rgb(222,216,1); }
td.TdClassName
{
border-color: #DED801;
}
.TagClassName
{
border-color: #DED801;
}
</style>