#D5947E

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

Shades of Feldspar #D5947E

Tints of Feldspar #D5947E

Color information

#D5947E (or 0xD5947E) is unknown color: approx Feldspar. HEX triplet: D5, 94 and 7E. RGB value is (213,148,126). Sum of RGB (Red+Green+Blue) = 213+148+126=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 126 (49.61% from 255 or 25.87% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D5947E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5947E is #2A6B81. Grayscale: #A5A5A5. Windows color (decimal): -2780034 or 8295637. OLE color: 8295637.

HSL color Cylindrical-coordinate representation of color #D5947E: hue angle of 15.17º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5947E is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB213148126-
CMYK00.310.410.16
HSL15.17º50.88%66.47%-
HSV(B)15.17º40.85%83.53%-
XYZ41.836.8324.65-
YUV164.93106.03162.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.74%
GREEN value IS 148 (58.20% from 255) = 30.39%
BLUE value IS 126 (49.61% from 255) = 25.87%
R=43.74%
G=30.39%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314812600.310.410.1615.1750.8866.47
HexD5947E01F2910f3342
Octal32522417603751201763102
Binary110101011001010011111100111111010011000011111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5947E; }

 p { color: rgb(213,148,126); }

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

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

 a { background-color: rgb(213,148,126); }

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

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

 span { border-color: rgb(213,148,126); }

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