#D5916C

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

Shades of Feldspar #D5916C

Tints of Feldspar #D5916C

Color information

#D5916C (or 0xD5916C) is unknown color: approx Feldspar. HEX triplet: D5, 91 and 6C. RGB value is (213,145,108). Sum of RGB (Red+Green+Blue) = 213+145+108=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D5916C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5916C is #2A6E93. Grayscale: #A1A1A1. Windows color (decimal): -2780820 or 7115221. OLE color: 7115221.

HSL color Cylindrical-coordinate representation of color #D5916C: hue angle of 21.14º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5916C is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB213145108-
CMYK00.320.490.16
HSL21.14º55.56%62.94%-
HSV(B)21.14º49.3%83.53%-
XYZ40.2735.4818.91-
YUV161.1198.03165.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.71%
GREEN value IS 145 (57.03% from 255) = 31.12%
BLUE value IS 108 (42.58% from 255) = 23.18%
R=45.71%
G=31.12%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314510800.320.490.1621.1455.5662.94
HexD5916C020311015383f
Octal3252211540406120257077
Binary1101010110010001110110001000001100011000010101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5916C; }

 p { color: rgb(213,145,108); }

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

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

 a { background-color: rgb(213,145,108); }

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

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

 span { border-color: rgb(213,145,108); }

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