#D5916D

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

Shades of Feldspar #D5916D

Tints of Feldspar #D5916D

Color information

#D5916D (or 0xD5916D) is unknown color: approx Feldspar. HEX triplet: D5, 91 and 6D. RGB value is (213,145,109). Sum of RGB (Red+Green+Blue) = 213+145+109=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D5916D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5916D is #2A6E92. Grayscale: #A1A1A1. Windows color (decimal): -2780819 or 7180757. OLE color: 7180757.

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

Color convert

RGB213145109-
CMYK00.320.490.16
HSL20.77º55.32%63.14%-
HSV(B)20.77º48.83%83.53%-
XYZ40.3335.519.19-
YUV161.2398.53164.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.61%
GREEN value IS 145 (57.03% from 255) = 31.05%
BLUE value IS 109 (42.97% from 255) = 23.34%
R=45.61%
G=31.05%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314510900.320.490.1620.7755.3263.14
HexD5916D020311015373f
Octal3252211550406120256777
Binary1101010110010001110110101000001100011000010101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5916D; }

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

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

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

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

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

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

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

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