#FFDA7E

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

Shades of Salomie #FFDA7E

Tints of Salomie #FFDA7E

Color information

#FFDA7E (or 0xFFDA7E) is unknown color: approx Salomie. HEX triplet: FF, DA and 7E. RGB value is (255,218,126). Sum of RGB (Red+Green+Blue) = 255+218+126=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 126 (49.61% from 255 or 21.04% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA7E is #002581. Grayscale: #DADADA. Windows color (decimal): -9602 or 8313599. OLE color: 8313599.

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

Color convert

RGB255218126-
CMYK00.150.510
HSL42.79º100%74.71%-
HSV(B)42.79º50.59%100%-
XYZ70.0872.9130.12-
YUV218.5875.76153.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.57%
GREEN value IS 218 (85.55% from 255) = 36.39%
BLUE value IS 126 (49.61% from 255) = 21.04%
R=42.57%
G=36.39%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521812600.150.51042.7910074.71
HexFFDA7E0F3302b644b
Octal37733217601763053144113
Binary1111111111011010111111001111110011010101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDA7E; }

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

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

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

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

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

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

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

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