#FFD477

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

Shades of Salomie #FFD477

Tints of Salomie #FFD477

Color information

#FFD477 (or 0xFFD477) is unknown color: approx Salomie. HEX triplet: FF, D4 and 77. RGB value is (255,212,119). Sum of RGB (Red+Green+Blue) = 255+212+119=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 212 (83.20% from 255 or 36.18% from 586); Blue value is 119 (46.88% from 255 or 20.31% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD477 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD477 is #002B88. Grayscale: #D6D6D6. Windows color (decimal): -11145 or 7853311. OLE color: 7853311.

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

Color convert

RGB255212119-
CMYK00.170.530
HSL41.03º100%73.33%-
HSV(B)41.03º53.33%100%-
XYZ68.1169.6827.31-
YUV214.2574.25157.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.52%
GREEN value IS 212 (83.20% from 255) = 36.18%
BLUE value IS 119 (46.88% from 255) = 20.31%
R=43.52%
G=36.18%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521211900.170.53041.0310073.33
HexFFD477011350296449
Octal37732416702165051144111
Binary11111111110101001110111010001110101010100111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD477; }

 p { color: rgb(255,212,119); }

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

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

 a { background-color: rgb(255,212,119); }

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

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

 span { border-color: rgb(255,212,119); }

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