#FFD555

Color #FFD555 Mustard (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mustard #FFD555

Tints of Mustard #FFD555

Color information

#FFD555 (or 0xFFD555) is unknown color: approx Mustard. HEX triplet: FF, D5 and 55. RGB value is (255,213,85). Sum of RGB (Red+Green+Blue) = 255+213+85=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 85 (33.59% from 255 or 15.37% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD555 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD555 is #002AAA. Grayscale: #D3D3D3. Windows color (decimal): -10923 or 5625343. OLE color: 5625343.

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

Color convert

RGB25521385-
CMYK00.160.670
HSL45.18º100%66.67%-
HSV(B)45.18º66.67%100%-
XYZ66.6769.518.5-
YUV210.9756.91159.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.11%
GREEN value IS 213 (83.59% from 255) = 38.52%
BLUE value IS 85 (33.59% from 255) = 15.37%
R=46.11%
G=38.52%
B=15.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552138500.160.67045.1810066.67
HexFFD5550104302d6443
Octal377325125020103055144103
Binary111111111101010110101010100001000011010110111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD555; }

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

 H1.HeaderClassName
 {
   color: #FFD555;
 }
 .AnyTagClassName
 {
   color: #FFD555;
 }
</style>
background-color css

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

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

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

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

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

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