Html Css Color HEX #DED700 School Bus Yellow

📋 copy color: '#DED700'

red 222 ◦ green 215 ◦ blue 0

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

Shades of School Bus Yellow #DED700

Tints of School Bus Yellow #DED700

RGB

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

 GREEN value IS 215 (84.38% 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

#DED700 (or 0xDED700) is known color: School Bus Yellow. HEX triplet: DE, D7 and 00. RGB value is (222,215,0). Sum of RGB (Red+Green+Blue) = 222+215+0=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 215 (84.38% from 255 or 49.20% from 437); Blue value is 0 (0.39% from 255 or 0% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DED700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED700 is #2128FF. Grayscale: #C1C1C1. Windows color (decimal): -2173184 or 55262. OLE color: 55262.

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

Color convert

RGB 222 215 0 -
CMYK 0 0.03 1 0.13
HSL 58.11º 1% 0.44% -
HSV(B) 58.11º 1% 0.87% -
XYZ 54.42 64.13 9.51 -
YUV 192.58 19.32 148.98 -
System Red Green Blue C M Y K H S L
Decimal 222 215 0 0 0.03 1 0.13 58.11 1 0.44
Hex DE D7 0 0 3 64 D 3A 64 2C
Octal 336 327 0 0 3 144 15 72 144 54
Binary 11011110 11010111 0 0 11 1100100 1101 111010 1100100 101100

Color Harmonies of #DED700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED700

Black with #DED700

Text Example


Text Example

White with #DED700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED700; }

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

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

background-color css

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

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

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

border-color css

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

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

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