#D5986E

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

Shades of Feldspar #D5986E

Tints of Feldspar #D5986E

Color information

#D5986E (or 0xD5986E) is unknown color: approx Feldspar. HEX triplet: D5, 98 and 6E. RGB value is (213,152,110). Sum of RGB (Red+Green+Blue) = 213+152+110=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D5986E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5986E is #2A6791. Grayscale: #A5A5A5. Windows color (decimal): -2779026 or 7248085. OLE color: 7248085.

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

Color convert

RGB213152110-
CMYK00.290.480.16
HSL24.47º55.08%63.33%-
HSV(B)24.47º48.36%83.53%-
XYZ41.4837.7319.85-
YUV165.4596.71161.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.84%
GREEN value IS 152 (59.77% from 255) = 32%
BLUE value IS 110 (43.36% from 255) = 23.16%
R=44.84%
G=32%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315211000.290.480.1624.4755.0863.33
HexD5986E01D301018373f
Octal3252301560356020306777
Binary110101011001100011011100111011100001000011000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5986E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5986E; }

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

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

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

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

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

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

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

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