#FFDA72

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

Shades of Salomie #FFDA72

Tints of Salomie #FFDA72

Color information

#FFDA72 (or 0xFFDA72) is unknown color: approx Salomie. HEX triplet: FF, DA and 72. RGB value is (255,218,114). Sum of RGB (Red+Green+Blue) = 255+218+114=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 114 (44.92% from 255 or 19.42% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA72 is #00258D. Grayscale: #D9D9D9. Windows color (decimal): -9614 or 7527167. OLE color: 7527167.

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

Color convert

RGB255218114-
CMYK00.150.550
HSL44.26º100%72.35%-
HSV(B)44.26º55.29%100%-
XYZ69.3572.6226.28-
YUV217.2169.76154.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.44%
GREEN value IS 218 (85.55% from 255) = 37.14%
BLUE value IS 114 (44.92% from 255) = 19.42%
R=43.44%
G=37.14%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521811400.150.55044.2610072.35
HexFFDA720F3702c6448
Octal37733216201767054144110
Binary1111111111011010111001001111110111010110011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDA72; }

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

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

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

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

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

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

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

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