#FFD97A

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

Shades of Salomie #FFD97A

Tints of Salomie #FFD97A

Color information

#FFD97A (or 0xFFD97A) is unknown color: approx Salomie. HEX triplet: FF, D9 and 7A. RGB value is (255,217,122). Sum of RGB (Red+Green+Blue) = 255+217+122=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 122 (48.05% from 255 or 20.54% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD97A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD97A is #002685. Grayscale: #D9D9D9. Windows color (decimal): -9862 or 8051199. OLE color: 8051199.

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

Color convert

RGB255217122-
CMYK00.150.520
HSL42.86º100%73.92%-
HSV(B)42.86º52.16%100%-
XYZ69.5772.2928.7-
YUV217.5374.09154.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.93%
GREEN value IS 217 (85.16% from 255) = 36.53%
BLUE value IS 122 (48.05% from 255) = 20.54%
R=42.93%
G=36.53%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521712200.150.52042.8610073.92
HexFFD97A0F3402b644a
Octal37733117201764053144112
Binary1111111111011001111101001111110100010101111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD97A; }

 p { color: rgb(255,217,122); }

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

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

 a { background-color: rgb(255,217,122); }

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

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

 span { border-color: rgb(255,217,122); }

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