Html Css Color HEX #FFD955 Mustard

📋 copy color: '#FFD955'

red 255 ◦ green 217 ◦ blue 85

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

Shades of Mustard #FFD955

Tints of Mustard #FFD955

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.96%

 BLUE value IS 85 (33.59% from 255) = 15.26%

R = 45.78%
G = 38.96%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FFD955 (or 0xFFD955) is known color: Mustard. HEX triplet: FF, D9 and 55. RGB value is (255,217,85). Sum of RGB (Red+Green+Blue) = 255+217+85=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 217 (85.16% from 255 or 38.96% from 557); Blue value is 85 (33.59% from 255 or 15.26% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD955 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD955 is #0026AA. Grayscale: #D5D5D5. Windows color (decimal): -9899 or 5626367. OLE color: 5626367.

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

Color convert

RGB 255 217 85 -
CMYK 0 0.15 0.67 0
HSL 46.59º 1% 0.67% -
HSV(B) 46.59º 0.67% 1% -
XYZ 67.69 71.54 18.84 -
YUV 213.31 55.59 157.73 -
System Red Green Blue C M Y K H S L
Decimal 255 217 85 0 0.15 0.67 0 46.59 1 0.67
Hex FF D9 55 0 F 43 0 2F 64 43
Octal 377 331 125 0 17 103 0 57 144 103
Binary 11111111 11011001 1010101 0 1111 1000011 0 101111 1100100 1000011

Color Harmonies of #FFD955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD955

Black with #FFD955

Text Example


Text Example

White with #FFD955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD955; }

 p { color: rgb(255,217,85); }

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

background-color css

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

 a { background-color: rgb(255,217,85); }

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

border-color css

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

 span { border-color: rgb(255,217,85); }

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