Html Css Color HEX #FFDD5B Mustard

📋 copy color: '#FFDD5B'

red 255 ◦ green 221 ◦ blue 91

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

Shades of Mustard #FFDD5B

Tints of Mustard #FFDD5B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.98%

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

R = 44.97%
G = 38.98%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FFDD5B (or 0xFFDD5B) is known color: Mustard. HEX triplet: FF, DD and 5B. RGB value is (255,221,91). Sum of RGB (Red+Green+Blue) = 255+221+91=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 91 (35.94% from 255 or 16.05% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD5B is #0022A4. Grayscale: #D8D8D8. Windows color (decimal): -8869 or 6020607. OLE color: 6020607.

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

Color convert

RGB 255 221 91 -
CMYK 0 0.13 0.64 0
HSL 47.56º 1% 0.68% -
HSV(B) 47.56º 0.64% 1% -
XYZ 68.98 73.73 20.49 -
YUV 216.35 57.26 155.57 -
System Red Green Blue C M Y K H S L
Decimal 255 221 91 0 0.13 0.64 0 47.56 1 0.68
Hex FF DD 5B 0 D 40 0 30 64 44
Octal 377 335 133 0 15 100 0 60 144 104
Binary 11111111 11011101 1011011 0 1101 1000000 0 110000 1100100 1000100

Color Harmonies of #FFDD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDD5B

Black with #FFDD5B

Text Example


Text Example

White with #FFDD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDD5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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