Html Css Color HEX #D8937A Feldspar

📋 copy color: '#D8937A'

red 216 ◦ green 147 ◦ blue 122

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

Shades of Feldspar #D8937A

Tints of Feldspar #D8937A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.15%

R = 44.54%
G = 30.31%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D8937A (or 0xD8937A) is known color: Feldspar. HEX triplet: D8, 93 and 7A. RGB value is (216,147,122). Sum of RGB (Red+Green+Blue) = 216+147+122=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D8937A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8937A is #276C85. Grayscale: #A4A4A4. Windows color (decimal): -2583686 or 8033240. OLE color: 8033240.

HSL color Cylindrical-coordinate representation of color #D8937A: hue angle of 15.96º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D8937A is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 147 122 -
CMYK 0 0.32 0.44 0.15
HSL 15.96º 0.55% 0.66% -
HSV(B) 15.96º 0.44% 0.85% -
XYZ 42.27 36.87 23.3 -
YUV 164.78 103.86 164.53 -
System Red Green Blue C M Y K H S L
Decimal 216 147 122 0 0.32 0.44 0.15 15.96 0.55 0.66
Hex D8 93 7A 0 20 2C F 10 37 42
Octal 330 223 172 0 40 54 17 20 67 102
Binary 11011000 10010011 1111010 0 100000 101100 1111 10000 110111 1000010

Color Harmonies of #D8937A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8937A

Black with #D8937A

Text Example


Text Example

White with #D8937A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8937A; }

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

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

background-color css

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

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

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

border-color css

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

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

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