#FFD080

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

Shades of Salomie #FFD080

Tints of Salomie #FFD080

Color information

#FFD080 (or 0xFFD080) is unknown color: approx Salomie. HEX triplet: FF, D0 and 80. RGB value is (255,208,128). Sum of RGB (Red+Green+Blue) = 255+208+128=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 208 (81.64% from 255 or 35.19% from 591); Blue value is 128 (50.39% from 255 or 21.66% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD080 is #002F7F. Grayscale: #D5D5D5. Windows color (decimal): -12160 or 8442111. OLE color: 8442111.

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

Color convert

RGB255208128-
CMYK00.180.500
HSL37.8º100%75.1%-
HSV(B)37.8º49.8%100%-
XYZ67.6967.9329.97-
YUV212.9380.07158-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.15%
GREEN value IS 208 (81.64% from 255) = 35.19%
BLUE value IS 128 (50.39% from 255) = 21.66%
R=43.15%
G=35.19%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520812800.180.50037.810075.1
HexFFD08001232026644b
Octal37732020002262046144113
Binary111111111101000010000000010010110010010011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD080; }

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

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

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

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

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

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

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

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