Html Css Color HEX #FFDD4D Mustard

📋 copy color: '#FFDD4D'

red 255 ◦ green 221 ◦ blue 77

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

Shades of Mustard #FFDD4D

Tints of Mustard #FFDD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 13.92%

R = 46.11%
G = 39.96%
B = 13.92%

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

#FFDD4D (or 0xFFDD4D) is known color: Mustard. HEX triplet: FF, DD and 4D. RGB value is (255,221,77). Sum of RGB (Red+Green+Blue) = 255+221+77=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 77 (30.47% from 255 or 13.92% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD4D is #0022B2. Grayscale: #D7D7D7. Windows color (decimal): -8883 or 5103103. OLE color: 5103103.

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

Color convert

RGB 255 221 77 -
CMYK 0 0.13 0.70 0
HSL 48.54º 1% 0.65% -
HSV(B) 48.54º 0.7% 1% -
XYZ 68.44 73.51 17.6 -
YUV 214.75 50.26 156.71 -
System Red Green Blue C M Y K H S L
Decimal 255 221 77 0 0.13 0.70 0 48.54 1 0.65
Hex FF DD 4D 0 D 46 0 31 64 41
Octal 377 335 115 0 15 106 0 61 144 101
Binary 11111111 11011101 1001101 0 1101 1000110 0 110001 1100100 1000001

Color Harmonies of #FFDD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDD4D

Black with #FFDD4D

Text Example


Text Example

White with #FFDD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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