Html Css Color HEX #D8946F Feldspar

📋 copy color: '#D8946F'

red 216 ◦ green 148 ◦ blue 111

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

Shades of Feldspar #D8946F

Tints of Feldspar #D8946F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.16%

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

R = 45.47%
G = 31.16%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8946F (or 0xD8946F) is known color: Feldspar. HEX triplet: D8, 94 and 6F. RGB value is (216,148,111). Sum of RGB (Red+Green+Blue) = 216+148+111=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D8946F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8946F is #276B90. Grayscale: #A4A4A4. Windows color (decimal): -2583441 or 7312600. OLE color: 7312600.

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

Color convert

RGB 216 148 111 -
CMYK 0 0.31 0.49 0.15
HSL 21.14º 0.57% 0.64% -
HSV(B) 21.14º 0.49% 0.85% -
XYZ 41.78 36.93 19.96 -
YUV 164.11 98.03 165.01 -
System Red Green Blue C M Y K H S L
Decimal 216 148 111 0 0.31 0.49 0.15 21.14 0.57 0.64
Hex D8 94 6F 0 1F 31 F 15 39 40
Octal 330 224 157 0 37 61 17 25 71 100
Binary 11011000 10010100 1101111 0 11111 110001 1111 10101 111001 1000000

Color Harmonies of #D8946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8946F

Black with #D8946F

Text Example


Text Example

White with #D8946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8946F; }

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

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

background-color css

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

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

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

border-color css

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

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

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