Html Css Color HEX #DFD801 School Bus Yellow

📋 copy color: '#DFD801'

red 223 ◦ green 216 ◦ blue 1

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

Shades of School Bus Yellow #DFD801

Tints of School Bus Yellow #DFD801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 50.68%
G = 49.09%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DFD801 (or 0xDFD801) is known color: School Bus Yellow. HEX triplet: DF, D8 and 01. RGB value is (223,216,1). Sum of RGB (Red+Green+Blue) = 223+216+1=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 1 (0.78% from 255 or 0.23% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD801 is #2027FE. Grayscale: #C2C2C2. Windows color (decimal): -2107391 or 121055. OLE color: 121055.

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

Color convert

RGB 223 216 1 -
CMYK 0 0.03 1.00 0.13
HSL 58.11º 0.99% 0.44% -
HSV(B) 58.11º 1% 0.87% -
XYZ 54.99 64.8 9.64 -
YUV 193.58 19.32 148.98 -
System Red Green Blue C M Y K H S L
Decimal 223 216 1 0 0.03 1.00 0.13 58.11 0.99 0.44
Hex DF D8 1 0 3 64 D 3A 63 2C
Octal 337 330 1 0 3 144 15 72 143 54
Binary 11011111 11011000 1 0 11 1100100 1101 111010 1100011 101100

Color Harmonies of #DFD801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD801

Black with #DFD801

Text Example


Text Example

White with #DFD801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD801; }

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

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

background-color css

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

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

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

border-color css

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

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

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