Html Css Color HEX #D8936D Feldspar

📋 copy color: '#D8936D'

red 216 ◦ green 147 ◦ blue 109

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

Shades of Feldspar #D8936D

Tints of Feldspar #D8936D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.14%

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

R = 45.76%
G = 31.14%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8936D (or 0xD8936D) is known color: Feldspar. HEX triplet: D8, 93 and 6D. RGB value is (216,147,109). Sum of RGB (Red+Green+Blue) = 216+147+109=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D8936D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8936D is #276C92. Grayscale: #A3A3A3. Windows color (decimal): -2583699 or 7181272. OLE color: 7181272.

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

Color convert

RGB 216 147 109 -
CMYK 0 0.32 0.50 0.15
HSL 21.31º 0.58% 0.64% -
HSV(B) 21.31º 0.5% 0.85% -
XYZ 41.51 36.57 19.34 -
YUV 163.3 97.36 165.59 -
System Red Green Blue C M Y K H S L
Decimal 216 147 109 0 0.32 0.50 0.15 21.31 0.58 0.64
Hex D8 93 6D 0 20 32 F 15 3A 40
Octal 330 223 155 0 40 62 17 25 72 100
Binary 11011000 10010011 1101101 0 100000 110010 1111 10101 111010 1000000

Color Harmonies of #D8936D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8936D

Black with #D8936D

Text Example


Text Example

White with #D8936D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8936D; }

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

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

background-color css

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

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

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

border-color css

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

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

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