#D5956D

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

Shades of Feldspar #D5956D

Tints of Feldspar #D5956D

Color information

#D5956D (or 0xD5956D) is unknown color: approx Feldspar. HEX triplet: D5, 95 and 6D. RGB value is (213,149,109). Sum of RGB (Red+Green+Blue) = 213+149+109=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D5956D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5956D is #2A6A92. Grayscale: #A3A3A3. Windows color (decimal): -2779795 or 7181781. OLE color: 7181781.

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

Color convert

RGB213149109-
CMYK00.300.490.16
HSL23.08º55.32%63.14%-
HSV(B)23.08º48.83%83.53%-
XYZ40.9536.7519.4-
YUV163.5897.2163.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.22%
GREEN value IS 149 (58.59% from 255) = 31.63%
BLUE value IS 109 (42.97% from 255) = 23.14%
R=45.22%
G=31.63%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314910900.300.490.1623.0855.3263.14
HexD5956D01E311017373f
Octal3252251550366120276777
Binary110101011001010111011010111101100011000010111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5956D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5956D; }

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

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

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

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

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

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

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

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