#D5957D

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

Shades of Feldspar #D5957D

Tints of Feldspar #D5957D

Color information

#D5957D (or 0xD5957D) is unknown color: approx Feldspar. HEX triplet: D5, 95 and 7D. RGB value is (213,149,125). Sum of RGB (Red+Green+Blue) = 213+149+125=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D5957D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5957D is #2A6A82. Grayscale: #A5A5A5. Windows color (decimal): -2779779 or 8230357. OLE color: 8230357.

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

Color convert

RGB213149125-
CMYK00.300.410.16
HSL16.36º51.16%66.27%-
HSV(B)16.36º41.31%83.53%-
XYZ41.8937.1224.36-
YUV165.4105.2161.95-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.74%
GREEN value IS 149 (58.59% from 255) = 30.60%
BLUE value IS 125 (49.22% from 255) = 25.67%
R=43.74%
G=30.60%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314912500.300.410.1616.3651.1666.27
HexD5957D01E2910103342
Octal32522517503651202063102
Binary1101010110010101111110101111010100110000100001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5957D; }

 p { color: rgb(213,149,125); }

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

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

 a { background-color: rgb(213,149,125); }

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

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

 span { border-color: rgb(213,149,125); }

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