Html Css Color HEX #DED800 School Bus Yellow

📋 copy color: '#DED800'

red 222 ◦ green 216 ◦ blue 0

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

Shades of School Bus Yellow #DED800

Tints of School Bus Yellow #DED800

RGB

 RED value IS 222 (87.11% from 255) = 50.68%

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

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

R = 50.68%
G = 49.32%
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

#DED800 (or 0xDED800) is known color: School Bus Yellow. HEX triplet: DE, D8 and 00. RGB value is (222,216,0). Sum of RGB (Red+Green+Blue) = 222+216+0=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 216 (84.77% from 255 or 49.32% from 438); Blue value is 0 (0.39% from 255 or 0% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DED800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED800 is #2127FF. Grayscale: #C2C2C2. Windows color (decimal): -2172928 or 55518. OLE color: 55518.

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

Color convert

RGB 222 216 0 -
CMYK 0 0.03 1 0.13
HSL 58.38º 1% 0.44% -
HSV(B) 58.38º 1% 0.87% -
XYZ 54.68 64.64 9.6 -
YUV 193.17 18.99 148.56 -
System Red Green Blue C M Y K H S L
Decimal 222 216 0 0 0.03 1 0.13 58.38 1 0.44
Hex DE D8 0 0 3 64 D 3A 64 2C
Octal 336 330 0 0 3 144 15 72 144 54
Binary 11011110 11011000 0 0 11 1100100 1101 111010 1100100 101100

Color Harmonies of #DED800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED800

Black with #DED800

Text Example


Text Example

White with #DED800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED800; }

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

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

background-color css

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

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

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

border-color css

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

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

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