Html Css Color HEX #FFDB4E Mustard

📋 copy color: '#FFDB4E'

red 255 ◦ green 219 ◦ blue 78

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

Shades of Mustard #FFDB4E

Tints of Mustard #FFDB4E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.67%

 BLUE value IS 78 (30.86% from 255) = 14.13%

R = 46.2%
G = 39.67%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFDB4E (or 0xFFDB4E) is known color: Mustard. HEX triplet: FF, DB and 4E. RGB value is (255,219,78). Sum of RGB (Red+Green+Blue) = 255+219+78=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 78 (30.86% from 255 or 14.13% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDB4E is #0024B1. Grayscale: #D6D6D6. Windows color (decimal): -9394 or 5168127. OLE color: 5168127.

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

Color convert

RGB 255 219 78 -
CMYK 0 0.14 0.69 0
HSL 47.8º 1% 0.65% -
HSV(B) 47.8º 0.69% 1% -
XYZ 67.95 72.47 17.62 -
YUV 213.69 51.43 157.46 -
System Red Green Blue C M Y K H S L
Decimal 255 219 78 0 0.14 0.69 0 47.8 1 0.65
Hex FF DB 4E 0 E 45 0 30 64 41
Octal 377 333 116 0 16 105 0 60 144 101
Binary 11111111 11011011 1001110 0 1110 1000101 0 110000 1100100 1000001

Color Harmonies of #FFDB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDB4E

Black with #FFDB4E

Text Example


Text Example

White with #FFDB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDB4E; }

 p { color: rgb(255,219,78); }

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

background-color css

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

 a { background-color: rgb(255,219,78); }

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

border-color css

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

 span { border-color: rgb(255,219,78); }

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