Html Css Color HEX #FFDB4F Mustard

📋 copy color: '#FFDB4F'

red 255 ◦ green 219 ◦ blue 79

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

Shades of Mustard #FFDB4F

Tints of Mustard #FFDB4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 14.29%

R = 46.11%
G = 39.6%
B = 14.29%

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

#FFDB4F (or 0xFFDB4F) is known color: Mustard. HEX triplet: FF, DB and 4F. RGB value is (255,219,79). Sum of RGB (Red+Green+Blue) = 255+219+79=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 79 (31.25% from 255 or 14.29% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDB4F is #0024B0. Grayscale: #D6D6D6. Windows color (decimal): -9393 or 5233663. OLE color: 5233663.

HSL color Cylindrical-coordinate representation of color #FFDB4F: hue angle of 47.73º 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 #FFDB4F is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB 255 219 79 -
CMYK 0 0.14 0.69 0
HSL 47.73º 1% 0.65% -
HSV(B) 47.73º 0.69% 1% -
XYZ 67.98 72.49 17.81 -
YUV 213.8 51.93 157.38 -
System Red Green Blue C M Y K H S L
Decimal 255 219 79 0 0.14 0.69 0 47.73 1 0.65
Hex FF DB 4F 0 E 45 0 30 64 41
Octal 377 333 117 0 16 105 0 60 144 101
Binary 11111111 11011011 1001111 0 1110 1000101 0 110000 1100100 1000001

Color Harmonies of #FFDB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDB4F

Black with #FFDB4F

Text Example


Text Example

White with #FFDB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDB4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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