#ffd97c

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

Shades of Salomie #FFD97C

Tints of Salomie #FFD97C

Color information

#FFD97C (or 0xFFD97C) is unknown color: approx Salomie. HEX triplet: FF, D9 and 7C. RGB value is (255,217,124). Sum of RGB (Red+Green+Blue) = 255+217+124=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 124 (48.83% from 255 or 20.81% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD97C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD97C is #002683. Grayscale: #DADADA. Windows color (decimal): -9860 or 8182271. OLE color: 8182271.

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

Color convert

RGB255217124-
CMYK00.150.510
HSL42.6º100%74.31%-
HSV(B)42.6º51.37%100%-
XYZ69.6972.3429.36-
YUV217.7675.09154.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.79%
GREEN value IS 217 (85.16% from 255) = 36.41%
BLUE value IS 124 (48.83% from 255) = 20.81%
R=42.79%
G=36.41%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521712400.150.51042.610074.31
HexFFD97C0F3302b644a
Octal37733117401763053144112
Binary1111111111011001111110001111110011010101111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffd97c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffd97c; }

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

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

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

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

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

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

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

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