#FFD87C

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

Shades of Salomie #FFD87C

Tints of Salomie #FFD87C

Color information

#FFD87C (or 0xFFD87C) is unknown color: approx Salomie. HEX triplet: FF, D8 and 7C. RGB value is (255,216,124). Sum of RGB (Red+Green+Blue) = 255+216+124=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 124 (48.83% from 255 or 20.84% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD87C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD87C is #002783. Grayscale: #D9D9D9. Windows color (decimal): -10116 or 8182015. OLE color: 8182015.

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

Color convert

RGB255216124-
CMYK00.150.510
HSL42.14º100%74.31%-
HSV(B)42.14º51.37%100%-
XYZ69.4371.8329.27-
YUV217.1775.42154.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.86%
GREEN value IS 216 (84.77% from 255) = 36.30%
BLUE value IS 124 (48.83% from 255) = 20.84%
R=42.86%
G=36.30%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521612400.150.51042.1410074.31
HexFFD87C0F3302a644a
Octal37733017401763052144112
Binary1111111111011000111110001111110011010101011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD87C; }

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

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

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

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

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

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

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

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