#D5956E

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

Shades of Feldspar #D5956E

Tints of Feldspar #D5956E

Color information

#D5956E (or 0xD5956E) is unknown color: approx Feldspar. HEX triplet: D5, 95 and 6E. RGB value is (213,149,110). Sum of RGB (Red+Green+Blue) = 213+149+110=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D5956E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5956E is #2A6A91. Grayscale: #A3A3A3. Windows color (decimal): -2779794 or 7247317. OLE color: 7247317.

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

Color convert

RGB213149110-
CMYK00.300.480.16
HSL22.72º55.08%63.33%-
HSV(B)22.72º48.36%83.53%-
XYZ4136.7719.69-
YUV163.6997.7163.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.13%
GREEN value IS 149 (58.59% from 255) = 31.57%
BLUE value IS 110 (43.36% from 255) = 23.31%
R=45.13%
G=31.57%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314911000.300.480.1622.7255.0863.33
HexD5956E01E301017373f
Octal3252251560366020276777
Binary110101011001010111011100111101100001000010111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5956E; }

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

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

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

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

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

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

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

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