Html Css Color HEX #FFDE4B Mustard

📋 copy color: '#FFDE4B'

red 255 ◦ green 222 ◦ blue 75

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

Shades of Mustard #FFDE4B

Tints of Mustard #FFDE4B

RGB

 RED value IS 255 (100% from 255) = 46.2%

 GREEN value IS 222 (87.11% from 255) = 40.22%

 BLUE value IS 75 (29.69% from 255) = 13.59%

R = 46.2%
G = 40.22%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFDE4B (or 0xFFDE4B) is known color: Mustard. HEX triplet: FF, DE and 4B. RGB value is (255,222,75). Sum of RGB (Red+Green+Blue) = 255+222+75=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 222 (87.11% from 255 or 40.22% from 552); Blue value is 75 (29.69% from 255 or 13.59% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDE4B is #0021B4. Grayscale: #D7D7D7. Windows color (decimal): -8629 or 4972287. OLE color: 4972287.

HSL color Cylindrical-coordinate representation of color #FFDE4B: hue angle of 49º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFDE4B is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.

Color convert

RGB 255 222 75 -
CMYK 0 0.13 0.71 0
HSL 49º 1% 0.65% -
HSV(B) 49º 0.71% 1% -
XYZ 68.63 74.01 17.32 -
YUV 215.11 48.93 156.45 -
System Red Green Blue C M Y K H S L
Decimal 255 222 75 0 0.13 0.71 0 49 1 0.65
Hex FF DE 4B 0 D 47 0 31 64 41
Octal 377 336 113 0 15 107 0 61 144 101
Binary 11111111 11011110 1001011 0 1101 1000111 0 110001 1100100 1000001

Color Harmonies of #FFDE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDE4B

Black with #FFDE4B

Text Example


Text Example

White with #FFDE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDE4B; }

 p { color: rgb(255,222,75); }

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

background-color css

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

 a { background-color: rgb(255,222,75); }

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

border-color css

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

 span { border-color: rgb(255,222,75); }

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