#D5946E

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

Shades of Feldspar #D5946E

Tints of Feldspar #D5946E

Color information

#D5946E (or 0xD5946E) is unknown color: approx Feldspar. HEX triplet: D5, 94 and 6E. RGB value is (213,148,110). Sum of RGB (Red+Green+Blue) = 213+148+110=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D5946E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5946E is #2A6B91. Grayscale: #A3A3A3. Windows color (decimal): -2780050 or 7247061. OLE color: 7247061.

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

Color convert

RGB213148110-
CMYK00.310.480.16
HSL22.14º55.08%63.33%-
HSV(B)22.14º48.36%83.53%-
XYZ40.8436.4519.63-
YUV163.198.03163.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.22%
GREEN value IS 148 (58.20% from 255) = 31.42%
BLUE value IS 110 (43.36% from 255) = 23.35%
R=45.22%
G=31.42%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314811000.310.480.1622.1455.0863.33
HexD5946E01F301016373f
Octal3252241560376020266777
Binary110101011001010011011100111111100001000010110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5946E; }

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

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

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

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

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

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

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

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