#D5917A

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

Shades of Feldspar #D5917A

Tints of Feldspar #D5917A

Color information

#D5917A (or 0xD5917A) is unknown color: approx Feldspar. HEX triplet: D5, 91 and 7A. RGB value is (213,145,122). Sum of RGB (Red+Green+Blue) = 213+145+122=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D5917A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5917A is #2A6E85. Grayscale: #A2A2A2. Windows color (decimal): -2780806 or 8032725. OLE color: 8032725.

HSL color Cylindrical-coordinate representation of color #D5917A: hue angle of 15.16º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5917A is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB213145122-
CMYK00.320.430.16
HSL15.16º52%65.69%-
HSV(B)15.16º42.72%83.53%-
XYZ41.0835.823.16-
YUV162.71105.03163.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.38%
GREEN value IS 145 (57.03% from 255) = 30.21%
BLUE value IS 122 (48.05% from 255) = 25.42%
R=44.38%
G=30.21%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314512200.320.430.1615.165265.69
HexD5917A0202B10f3442
Octal32522117204053201764102
Binary1101010110010001111101001000001010111000011111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5917A; }

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

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

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

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

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

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

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

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