#FFD37C

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

Shades of Salomie #FFD37C

Tints of Salomie #FFD37C

Color information

#FFD37C (or 0xFFD37C) is unknown color: approx Salomie. HEX triplet: FF, D3 and 7C. RGB value is (255,211,124). Sum of RGB (Red+Green+Blue) = 255+211+124=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 211 (82.81% from 255 or 35.76% from 590); Blue value is 124 (48.83% from 255 or 21.02% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD37C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD37C is #002C83. Grayscale: #D6D6D6. Windows color (decimal): -11396 or 8180735. OLE color: 8180735.

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

Color convert

RGB255211124-
CMYK00.170.510
HSL39.85º100%74.31%-
HSV(B)39.85º51.37%100%-
XYZ68.1769.328.85-
YUV214.2477.08157.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.22%
GREEN value IS 211 (82.81% from 255) = 35.76%
BLUE value IS 124 (48.83% from 255) = 21.02%
R=43.22%
G=35.76%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521112400.170.51039.8510074.31
HexFFD37C01133028644a
Octal37732317402163050144112
Binary11111111110100111111100010001110011010100011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD37C; }

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

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

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

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

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

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

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

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