Html Css Color HEX #DFD600 School Bus Yellow

📋 copy color: '#DFD600'

red 223 ◦ green 214 ◦ blue 0

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

Shades of School Bus Yellow #DFD600

Tints of School Bus Yellow #DFD600

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.97%

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

R = 51.03%
G = 48.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DFD600 (or 0xDFD600) is known color: School Bus Yellow. HEX triplet: DF, D6 and 00. RGB value is (223,214,0). Sum of RGB (Red+Green+Blue) = 223+214+0=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 214 (83.98% from 255 or 48.97% from 437); Blue value is 0 (0.39% from 255 or 0% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD600 is #2029FF. Grayscale: #C1C1C1. Windows color (decimal): -2107904 or 55007. OLE color: 55007.

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

Color convert

RGB 223 214 0 -
CMYK 0 0.04 1 0.13
HSL 57.58º 1% 0.44% -
HSV(B) 57.58º 1% 0.87% -
XYZ 54.48 63.78 9.44 -
YUV 192.3 19.48 149.9 -
System Red Green Blue C M Y K H S L
Decimal 223 214 0 0 0.04 1 0.13 57.58 1 0.44
Hex DF D6 0 0 4 64 D 3A 64 2C
Octal 337 326 0 0 4 144 15 72 144 54
Binary 11011111 11010110 0 0 100 1100100 1101 111010 1100100 101100

Color Harmonies of #DFD600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD600

Black with #DFD600

Text Example


Text Example

White with #DFD600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD600; }

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

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

background-color css

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

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

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

border-color css

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

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

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