#D5947F

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

Shades of Feldspar #D5947F

Tints of Feldspar #D5947F

Color information

#D5947F (or 0xD5947F) is unknown color: approx Feldspar. HEX triplet: D5, 94 and 7F. RGB value is (213,148,127). Sum of RGB (Red+Green+Blue) = 213+148+127=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D5947F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5947F is #2A6B80. Grayscale: #A5A5A5. Windows color (decimal): -2780033 or 8361173. OLE color: 8361173.

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

Color convert

RGB213148127-
CMYK00.310.400.16
HSL14.65º50.59%66.67%-
HSV(B)14.65º40.38%83.53%-
XYZ41.8636.8624.99-
YUV165.04106.53162.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.65%
GREEN value IS 148 (58.20% from 255) = 30.33%
BLUE value IS 127 (50% from 255) = 26.02%
R=43.65%
G=30.33%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314812700.310.400.1614.6550.5966.67
HexD5947F01F2810f3343
Octal32522417703750201763103
Binary110101011001010011111110111111010001000011111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5947F; }

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

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

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

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

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

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

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

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