Html Css Color HEX #FFDD4C Mustard

📋 copy color: '#FFDD4C'

red 255 ◦ green 221 ◦ blue 76

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

Shades of Mustard #FFDD4C

Tints of Mustard #FFDD4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 13.77%

R = 46.2%
G = 40.04%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FFDD4C (or 0xFFDD4C) is known color: Mustard. HEX triplet: FF, DD and 4C. RGB value is (255,221,76). Sum of RGB (Red+Green+Blue) = 255+221+76=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 76 (30.08% from 255 or 13.77% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDD4C is #0022B3. Grayscale: #D7D7D7. Windows color (decimal): -8884 or 5037567. OLE color: 5037567.

HSL color Cylindrical-coordinate representation of color #FFDD4C: hue angle of 48.6º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFDD4C is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.

Color convert

RGB 255 221 76 -
CMYK 0 0.13 0.70 0
HSL 48.6º 1% 0.65% -
HSV(B) 48.6º 0.7% 1% -
XYZ 68.4 73.49 17.42 -
YUV 214.64 49.76 156.79 -
System Red Green Blue C M Y K H S L
Decimal 255 221 76 0 0.13 0.70 0 48.6 1 0.65
Hex FF DD 4C 0 D 46 0 31 64 41
Octal 377 335 114 0 15 106 0 61 144 101
Binary 11111111 11011101 1001100 0 1101 1000110 0 110001 1100100 1000001

Color Harmonies of #FFDD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDD4C

Black with #FFDD4C

Text Example


Text Example

White with #FFDD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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