Html Css Color HEX #D5986E Feldspar

📋 copy color: '#D5986E'

red 213 ◦ green 152 ◦ blue 110

#D5986E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldspar #D5986E

Tints of Feldspar #D5986E

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 value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5986E (or 0xD5986E) is known color: 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

RGB 213 152 110 -
CMYK 0 0.29 0.48 0.16
HSL 24.47º 0.55% 0.63% -
HSV(B) 24.47º 0.48% 0.84% -
XYZ 41.48 37.73 19.85 -
YUV 165.45 96.71 161.92 -
System Red Green Blue C M Y K H S L
Decimal 213 152 110 0 0.29 0.48 0.16 24.47 0.55 0.63
Hex D5 98 6E 0 1D 30 10 18 37 3F
Octal 325 230 156 0 35 60 20 30 67 77
Binary 11010101 10011000 1101110 0 11101 110000 10000 11000 110111 111111

Color Harmonies of #D5986E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5986E

Black with #D5986E

Text Example


Text Example

White with #D5986E

Text Example


Text Example

HTML Codes & Css Web 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>