Html Css Color HEX #D8946D Feldspar

📋 copy color: '#D8946D'

red 216 ◦ green 148 ◦ blue 109

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

Shades of Feldspar #D8946D

Tints of Feldspar #D8946D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.04%

R = 45.67%
G = 31.29%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8946D (or 0xD8946D) is known color: Feldspar. HEX triplet: D8, 94 and 6D. RGB value is (216,148,109). Sum of RGB (Red+Green+Blue) = 216+148+109=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D8946D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8946D is #276B92. Grayscale: #A4A4A4. Windows color (decimal): -2583443 or 7181528. OLE color: 7181528.

HSL color Cylindrical-coordinate representation of color #D8946D: hue angle of 21.87º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8946D is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 148 109 -
CMYK 0 0.31 0.50 0.15
HSL 21.87º 0.58% 0.64% -
HSV(B) 21.87º 0.5% 0.85% -
XYZ 41.67 36.88 19.39 -
YUV 163.89 97.03 165.17 -
System Red Green Blue C M Y K H S L
Decimal 216 148 109 0 0.31 0.50 0.15 21.87 0.58 0.64
Hex D8 94 6D 0 1F 32 F 16 3A 40
Octal 330 224 155 0 37 62 17 26 72 100
Binary 11011000 10010100 1101101 0 11111 110010 1111 10110 111010 1000000

Color Harmonies of #D8946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8946D

Black with #D8946D

Text Example


Text Example

White with #D8946D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8946D; }

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

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

background-color css

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

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

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

border-color css

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

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

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