#D5916E

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

Shades of Feldspar #D5916E

Tints of Feldspar #D5916E

Color information

#D5916E (or 0xD5916E) is unknown color: approx Feldspar. HEX triplet: D5, 91 and 6E. RGB value is (213,145,110). Sum of RGB (Red+Green+Blue) = 213+145+110=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D5916E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5916E is #2A6E91. Grayscale: #A1A1A1. Windows color (decimal): -2780818 or 7246293. OLE color: 7246293.

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

Color convert

RGB213145110-
CMYK00.320.480.16
HSL20.39º55.08%63.33%-
HSV(B)20.39º48.36%83.53%-
XYZ40.3835.5219.48-
YUV161.3499.03164.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.51%
GREEN value IS 145 (57.03% from 255) = 30.98%
BLUE value IS 110 (43.36% from 255) = 23.50%
R=45.51%
G=30.98%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314511000.320.480.1620.3955.0863.33
HexD5916E020301014373f
Octal3252211560406020246777
Binary1101010110010001110111001000001100001000010100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5916E; }

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

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

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

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

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

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

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

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