Html Css Color HEX #FFDD4E Mustard

📋 copy color: '#FFDD4E'

red 255 ◦ green 221 ◦ blue 78

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

Shades of Mustard #FFDD4E

Tints of Mustard #FFDD4E

RGB

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

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

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

R = 46.03%
G = 39.89%
B = 14.08%

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

#FFDD4E (or 0xFFDD4E) is known color: Mustard. HEX triplet: FF, DD and 4E. RGB value is (255,221,78). Sum of RGB (Red+Green+Blue) = 255+221+78=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 78 (30.86% from 255 or 14.08% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD4E is #0022B1. Grayscale: #D7D7D7. Windows color (decimal): -8882 or 5168639. OLE color: 5168639.

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

Color convert

RGB 255 221 78 -
CMYK 0 0.13 0.69 0
HSL 48.47º 1% 0.65% -
HSV(B) 48.47º 0.69% 1% -
XYZ 68.47 73.52 17.79 -
YUV 214.86 50.76 156.63 -
System Red Green Blue C M Y K H S L
Decimal 255 221 78 0 0.13 0.69 0 48.47 1 0.65
Hex FF DD 4E 0 D 45 0 30 64 41
Octal 377 335 116 0 15 105 0 60 144 101
Binary 11111111 11011101 1001110 0 1101 1000101 0 110000 1100100 1000001

Color Harmonies of #FFDD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDD4E

Black with #FFDD4E

Text Example


Text Example

White with #FFDD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDD4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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