Html Css Color HEX #D8986F Feldspar

📋 copy color: '#D8986F'

red 216 ◦ green 152 ◦ blue 111

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

Shades of Feldspar #D8986F

Tints of Feldspar #D8986F

RGB

 RED value IS 216 (84.77% from 255) = 45.09%

 GREEN value IS 152 (59.77% from 255) = 31.73%

 BLUE value IS 111 (43.75% from 255) = 23.17%

R = 45.09%
G = 31.73%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8986F (or 0xD8986F) is known color: Feldspar. HEX triplet: D8, 98 and 6F. RGB value is (216,152,111). Sum of RGB (Red+Green+Blue) = 216+152+111=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D8986F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8986F is #276790. Grayscale: #A6A6A6. Windows color (decimal): -2582417 or 7313624. OLE color: 7313624.

HSL color Cylindrical-coordinate representation of color #D8986F: hue angle of 23.43º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D8986F is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 152 111 -
CMYK 0 0.30 0.49 0.15
HSL 23.43º 0.57% 0.64% -
HSV(B) 23.43º 0.49% 0.85% -
XYZ 42.42 38.2 20.18 -
YUV 166.46 96.7 163.33 -
System Red Green Blue C M Y K H S L
Decimal 216 152 111 0 0.30 0.49 0.15 23.43 0.57 0.64
Hex D8 98 6F 0 1E 31 F 17 39 40
Octal 330 230 157 0 36 61 17 27 71 100
Binary 11011000 10011000 1101111 0 11110 110001 1111 10111 111001 1000000

Color Harmonies of #D8986F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8986F

Black with #D8986F

Text Example


Text Example

White with #D8986F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8986F; }

 p { color: rgb(216,152,111); }

 H1.HeaderClassName
 {
   color: #D8986F;
 }
 .AnyTagClassName
 {
   color: #D8986F;
 }
</style>

background-color css

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

 a { background-color: rgb(216,152,111); }

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

border-color css

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

 span { border-color: rgb(216,152,111); }

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