#FFDA7D

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

Shades of Salomie #FFDA7D

Tints of Salomie #FFDA7D

Color information

#FFDA7D (or 0xFFDA7D) is unknown color: approx Salomie. HEX triplet: FF, DA and 7D. RGB value is (255,218,125). Sum of RGB (Red+Green+Blue) = 255+218+125=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 125 (49.22% from 255 or 20.90% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA7D is #002582. Grayscale: #DADADA. Windows color (decimal): -9603 or 8248063. OLE color: 8248063.

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

Color convert

RGB255218125-
CMYK00.150.510
HSL42.92º100%74.51%-
HSV(B)42.92º50.98%100%-
XYZ70.0172.8829.78-
YUV218.4675.26154.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.64%
GREEN value IS 218 (85.55% from 255) = 36.45%
BLUE value IS 125 (49.22% from 255) = 20.90%
R=42.64%
G=36.45%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521812500.150.51042.9210074.51
HexFFDA7D0F3302b644b
Octal37733217501763053144113
Binary1111111111011010111110101111110011010101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDA7D; }

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

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

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

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

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

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

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

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