Html Css Color HEX #D8946E Feldspar

📋 copy color: '#D8946E'

red 216 ◦ green 148 ◦ blue 110

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

Shades of Feldspar #D8946E

Tints of Feldspar #D8946E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.21%

R = 45.57%
G = 31.22%
B = 23.21%

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

#D8946E (or 0xD8946E) is known color: Feldspar. HEX triplet: D8, 94 and 6E. RGB value is (216,148,110). Sum of RGB (Red+Green+Blue) = 216+148+110=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D8946E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8946E is #276B91. Grayscale: #A4A4A4. Windows color (decimal): -2583442 or 7247064. OLE color: 7247064.

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

Color convert

RGB 216 148 110 -
CMYK 0 0.31 0.49 0.15
HSL 21.51º 0.58% 0.64% -
HSV(B) 21.51º 0.49% 0.85% -
XYZ 41.72 36.9 19.68 -
YUV 164 97.53 165.09 -
System Red Green Blue C M Y K H S L
Decimal 216 148 110 0 0.31 0.49 0.15 21.51 0.58 0.64
Hex D8 94 6E 0 1F 31 F 16 3A 40
Octal 330 224 156 0 37 61 17 26 72 100
Binary 11011000 10010100 1101110 0 11111 110001 1111 10110 111010 1000000

Color Harmonies of #D8946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8946E

Black with #D8946E

Text Example


Text Example

White with #D8946E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8946E; }

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

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

background-color css

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

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

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

border-color css

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

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

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