#FFD180

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

Shades of Salomie #FFD180

Tints of Salomie #FFD180

Color information

#FFD180 (or 0xFFD180) is unknown color: approx Salomie. HEX triplet: FF, D1 and 80. RGB value is (255,209,128). Sum of RGB (Red+Green+Blue) = 255+209+128=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 209 (82.03% from 255 or 35.30% from 592); Blue value is 128 (50.39% from 255 or 21.62% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD180 is #002E7F. Grayscale: #D5D5D5. Windows color (decimal): -11904 or 8442367. OLE color: 8442367.

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

Color convert

RGB255209128-
CMYK00.180.500
HSL38.27º100%75.1%-
HSV(B)38.27º49.8%100%-
XYZ67.9468.4230.05-
YUV213.5279.74157.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.07%
GREEN value IS 209 (82.03% from 255) = 35.30%
BLUE value IS 128 (50.39% from 255) = 21.62%
R=43.07%
G=35.30%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520912800.180.50038.2710075.1
HexFFD18001232026644b
Octal37732120002262046144113
Binary111111111101000110000000010010110010010011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD180; }

 p { color: rgb(255,209,128); }

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

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

 a { background-color: rgb(255,209,128); }

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

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

 span { border-color: rgb(255,209,128); }

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