#FFD47C

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

Shades of Salomie #FFD47C

Tints of Salomie #FFD47C

Color information

#FFD47C (or 0xFFD47C) is unknown color: approx Salomie. HEX triplet: FF, D4 and 7C. RGB value is (255,212,124). Sum of RGB (Red+Green+Blue) = 255+212+124=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 124 (48.83% from 255 or 20.98% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD47C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD47C is #002B83. Grayscale: #D7D7D7. Windows color (decimal): -11140 or 8180991. OLE color: 8180991.

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

Color convert

RGB255212124-
CMYK00.170.510
HSL40.31º100%74.31%-
HSV(B)40.31º51.37%100%-
XYZ68.4269.828.94-
YUV214.8276.75156.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.15%
GREEN value IS 212 (83.20% from 255) = 35.87%
BLUE value IS 124 (48.83% from 255) = 20.98%
R=43.15%
G=35.87%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521212400.170.51040.3110074.31
HexFFD47C01133028644a
Octal37732417402163050144112
Binary11111111110101001111100010001110011010100011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD47C; }

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

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

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

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

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

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

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

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