Html Css Color HEX #DFD702 School Bus Yellow

📋 copy color: '#DFD702'

red 223 ◦ green 215 ◦ blue 2

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

Shades of School Bus Yellow #DFD702

Tints of School Bus Yellow #DFD702

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.86%

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 50.68%
G = 48.86%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DFD702 (or 0xDFD702) is known color: School Bus Yellow. HEX triplet: DF, D7 and 02. RGB value is (223,215,2). Sum of RGB (Red+Green+Blue) = 223+215+2=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 215 (84.38% from 255 or 48.86% from 440); Blue value is 2 (1.17% from 255 or 0.45% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD702 is #2028FD. Grayscale: #C1C1C1. Windows color (decimal): -2107646 or 186335. OLE color: 186335.

HSL color Cylindrical-coordinate representation of color #DFD702: hue angle of 57.83º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DFD702 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 215 2 -
CMYK 0 0.04 0.99 0.13
HSL 57.83º 0.98% 0.44% -
HSV(B) 57.83º 0.99% 0.87% -
XYZ 54.74 64.29 9.58 -
YUV 193.11 20.15 149.32 -
System Red Green Blue C M Y K H S L
Decimal 223 215 2 0 0.04 0.99 0.13 57.83 0.98 0.44
Hex DF D7 2 0 4 63 D 3A 62 2C
Octal 337 327 2 0 4 143 15 72 142 54
Binary 11011111 11010111 10 0 100 1100011 1101 111010 1100010 101100

Color Harmonies of #DFD702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD702

Black with #DFD702

Text Example


Text Example

White with #DFD702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD702; }

 p { color: rgb(223,215,2); }

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

background-color css

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

 a { background-color: rgb(223,215,2); }

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

border-color css

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

 span { border-color: rgb(223,215,2); }

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