#FFDA70

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

Shades of Salomie #FFDA70

Tints of Salomie #FFDA70

Color information

#FFDA70 (or 0xFFDA70) is unknown color: approx Salomie. HEX triplet: FF, DA and 70. RGB value is (255,218,112). Sum of RGB (Red+Green+Blue) = 255+218+112=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 112 (44.14% from 255 or 19.15% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA70 is #00258F. Grayscale: #D9D9D9. Windows color (decimal): -9616 or 7396095. OLE color: 7396095.

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

Color convert

RGB255218112-
CMYK00.150.560
HSL44.48º100%71.96%-
HSV(B)44.48º56.08%100%-
XYZ69.2472.5725.69-
YUV216.9868.76155.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.59%
GREEN value IS 218 (85.55% from 255) = 37.26%
BLUE value IS 112 (44.14% from 255) = 19.15%
R=43.59%
G=37.26%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521811200.150.56044.4810071.96
HexFFDA700F3802c6448
Octal37733216001770054144110
Binary1111111111011010111000001111111000010110011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDA70; }

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

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

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

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

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

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

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

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