Html Css Color HEX #FFDD4F Mustard

📋 copy color: '#FFDD4F'

red 255 ◦ green 221 ◦ blue 79

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

Shades of Mustard #FFDD4F

Tints of Mustard #FFDD4F

RGB

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

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

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

R = 45.95%
G = 39.82%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFDD4F (or 0xFFDD4F) is known color: Mustard. HEX triplet: FF, DD and 4F. RGB value is (255,221,79). Sum of RGB (Red+Green+Blue) = 255+221+79=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 79 (31.25% from 255 or 14.23% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD4F is #0022B0. Grayscale: #D7D7D7. Windows color (decimal): -8881 or 5234175. OLE color: 5234175.

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

Color convert

RGB 255 221 79 -
CMYK 0 0.13 0.69 0
HSL 48.41º 1% 0.65% -
HSV(B) 48.41º 0.69% 1% -
XYZ 68.51 73.54 17.98 -
YUV 214.98 51.26 156.55 -
System Red Green Blue C M Y K H S L
Decimal 255 221 79 0 0.13 0.69 0 48.41 1 0.65
Hex FF DD 4F 0 D 45 0 30 64 41
Octal 377 335 117 0 15 105 0 60 144 101
Binary 11111111 11011101 1001111 0 1101 1000101 0 110000 1100100 1000001

Color Harmonies of #FFDD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDD4F

Black with #FFDD4F

Text Example


Text Example

White with #FFDD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDD4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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