Html Css Color HEX #FFDB5B Mustard

📋 copy color: '#FFDB5B'

red 255 ◦ green 219 ◦ blue 91

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

Shades of Mustard #FFDB5B

Tints of Mustard #FFDB5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.11%

R = 45.13%
G = 38.76%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FFDB5B (or 0xFFDB5B) is known color: Mustard. HEX triplet: FF, DB and 5B. RGB value is (255,219,91). Sum of RGB (Red+Green+Blue) = 255+219+91=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 91 (35.94% from 255 or 16.11% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDB5B is #0024A4. Grayscale: #D7D7D7. Windows color (decimal): -9381 or 6020095. OLE color: 6020095.

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

Color convert

RGB 255 219 91 -
CMYK 0 0.14 0.64 0
HSL 46.83º 1% 0.68% -
HSV(B) 46.83º 0.64% 1% -
XYZ 68.46 72.68 20.32 -
YUV 215.17 57.93 156.41 -
System Red Green Blue C M Y K H S L
Decimal 255 219 91 0 0.14 0.64 0 46.83 1 0.68
Hex FF DB 5B 0 E 40 0 2F 64 44
Octal 377 333 133 0 16 100 0 57 144 104
Binary 11111111 11011011 1011011 0 1110 1000000 0 101111 1100100 1000100

Color Harmonies of #FFDB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDB5B

Black with #FFDB5B

Text Example


Text Example

White with #FFDB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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