#D5967F

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

Shades of Feldspar #D5967F

Tints of Feldspar #D5967F

Color information

#D5967F (or 0xD5967F) is unknown color: approx Feldspar. HEX triplet: D5, 96 and 7F. RGB value is (213,150,127). Sum of RGB (Red+Green+Blue) = 213+150+127=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D5967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5967F is #2A6980. Grayscale: #A6A6A6. Windows color (decimal): -2779521 or 8361685. OLE color: 8361685.

HSL color Cylindrical-coordinate representation of color #D5967F: hue angle of 16.05º 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 #D5967F is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB213150127-
CMYK00.300.400.16
HSL16.05º50.59%66.67%-
HSV(B)16.05º40.38%83.53%-
XYZ42.1837.4925.09-
YUV166.22105.87161.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.47%
GREEN value IS 150 (58.98% from 255) = 30.61%
BLUE value IS 127 (50% from 255) = 25.92%
R=43.47%
G=30.61%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315012700.300.400.1616.0550.5966.67
HexD5967F01E2810103343
Octal32522617703650202063103
Binary1101010110010110111111101111010100010000100001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5967F; }

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

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

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

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

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

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

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

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