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