#FFDA80

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

Shades of Salomie #FFDA80

Tints of Salomie #FFDA80

Color information

#FFDA80 (or 0xFFDA80) is unknown color: approx Salomie. HEX triplet: FF, DA and 80. RGB value is (255,218,128). Sum of RGB (Red+Green+Blue) = 255+218+128=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 128 (50.39% from 255 or 21.30% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDA80 is #00257F. Grayscale: #DBDBDB. Windows color (decimal): -9600 or 8444671. OLE color: 8444671.

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

Color convert

RGB255218128-
CMYK00.150.500
HSL42.52º100%75.1%-
HSV(B)42.52º49.8%100%-
XYZ70.2172.9630.8-
YUV218.876.76153.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.43%
GREEN value IS 218 (85.55% from 255) = 36.27%
BLUE value IS 128 (50.39% from 255) = 21.30%
R=42.43%
G=36.27%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521812800.150.50042.5210075.1
HexFFDA800F3202b644b
Octal37733220001762053144113
Binary11111111110110101000000001111110010010101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDA80; }

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

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

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

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

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

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

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

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