Html Css Color HEX #DFD800 School Bus Yellow

📋 copy color: '#DFD800'

red 223 ◦ green 216 ◦ blue 0

#DFD800
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of School Bus Yellow #DFD800

Tints of School Bus Yellow #DFD800

RGB

 RED value IS 223 (87.5% from 255) = 50.8%

 GREEN value IS 216 (84.77% from 255) = 49.2%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.8%
G = 49.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DFD800 (or 0xDFD800) is known color: School Bus Yellow. HEX triplet: DF, D8 and 00. RGB value is (223,216,0). Sum of RGB (Red+Green+Blue) = 223+216+0=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 216 (84.77% from 255 or 49.20% from 439); Blue value is 0 (0.39% from 255 or 0% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD800 is #2027FF. Grayscale: #C2C2C2. Windows color (decimal): -2107392 or 55519. OLE color: 55519.

HSL color Cylindrical-coordinate representation of color #DFD800: hue angle of 58.12º 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 #DFD800 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 216 0 -
CMYK 0 0.03 1 0.13
HSL 58.12º 1% 0.44% -
HSV(B) 58.12º 1% 0.87% -
XYZ 54.99 64.8 9.61 -
YUV 193.47 18.82 149.06 -
System Red Green Blue C M Y K H S L
Decimal 223 216 0 0 0.03 1 0.13 58.12 1 0.44
Hex DF D8 0 0 3 64 D 3A 64 2C
Octal 337 330 0 0 3 144 15 72 144 54
Binary 11011111 11011000 0 0 11 1100100 1101 111010 1100100 101100

Color Harmonies of #DFD800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD800

Black with #DFD800

Text Example


Text Example

White with #DFD800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD800; }

 p { color: rgb(223,216,0); }

 H1.HeaderClassName
 {
   color: #DFD800;
 }
 .AnyTagClassName
 {
   color: #DFD800;
 }
</style>

background-color css

<style>
 a { background-color: #DFD800; }

 a { background-color: rgb(223,216,0); }

 div.DivClassName
 {
   background-color: #DFD800;
 }
 .BgClassName
 {
   background-color: #DFD800;
 }
</style>

border-color css

<style>
 span { border-color: #DFD800; }

 span { border-color: rgb(223,216,0); }

 td.TdClassName
 {
   border-color: #DFD800;
 }
 .TagClassName
 {
   border-color: #DFD800;
 }
</style>