#FFD377

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

Shades of Salomie #FFD377

Tints of Salomie #FFD377

Color information

#FFD377 (or 0xFFD377) is unknown color: approx Salomie. HEX triplet: FF, D3 and 77. RGB value is (255,211,119). Sum of RGB (Red+Green+Blue) = 255+211+119=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 211 (82.81% from 255 or 36.07% from 585); Blue value is 119 (46.88% from 255 or 20.34% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD377 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD377 is #002C88. Grayscale: #D6D6D6. Windows color (decimal): -11401 or 7853055. OLE color: 7853055.

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

Color convert

RGB255211119-
CMYK00.170.530
HSL40.59º100%73.33%-
HSV(B)40.59º53.33%100%-
XYZ67.8669.1827.23-
YUV213.6774.58157.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.59%
GREEN value IS 211 (82.81% from 255) = 36.07%
BLUE value IS 119 (46.88% from 255) = 20.34%
R=43.59%
G=36.07%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521111900.170.53040.5910073.33
HexFFD377011350296449
Octal37732316702165051144111
Binary11111111110100111110111010001110101010100111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD377; }

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

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

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

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

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

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

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

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