Html Css Color HEX #D8937B Feldspar

📋 copy color: '#D8937B'

red 216 ◦ green 147 ◦ blue 123

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

Shades of Feldspar #D8937B

Tints of Feldspar #D8937B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.31%

R = 44.44%
G = 30.25%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8937B (or 0xD8937B) is known color: Feldspar. HEX triplet: D8, 93 and 7B. RGB value is (216,147,123). Sum of RGB (Red+Green+Blue) = 216+147+123=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 216 - color contains mainly: red. Hex color #D8937B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8937B is #276C84. Grayscale: #A5A5A5. Windows color (decimal): -2583685 or 8098776. OLE color: 8098776.

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

Color convert

RGB 216 147 123 -
CMYK 0 0.32 0.43 0.15
HSL 15.48º 0.54% 0.66% -
HSV(B) 15.48º 0.43% 0.85% -
XYZ 42.33 36.9 23.63 -
YUV 164.9 104.36 164.45 -
System Red Green Blue C M Y K H S L
Decimal 216 147 123 0 0.32 0.43 0.15 15.48 0.54 0.66
Hex D8 93 7B 0 20 2B F F 36 42
Octal 330 223 173 0 40 53 17 17 66 102
Binary 11011000 10010011 1111011 0 100000 101011 1111 1111 110110 1000010

Color Harmonies of #D8937B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8937B

Black with #D8937B

Text Example


Text Example

White with #D8937B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8937B; }

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

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

background-color css

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

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

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

border-color css

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

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

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