Html Css Color HEX #D7937C Feldspar

📋 copy color: '#D7937C'

red 215 ◦ green 147 ◦ blue 124

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

Shades of Feldspar #D7937C

Tints of Feldspar #D7937C

RGB

 RED value IS 215 (84.38% from 255) = 44.24%

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

 BLUE value IS 124 (48.83% from 255) = 25.51%

R = 44.24%
G = 30.25%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7937C (or 0xD7937C) is known color: Feldspar. HEX triplet: D7, 93 and 7C. RGB value is (215,147,124). Sum of RGB (Red+Green+Blue) = 215+147+124=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 215 - color contains mainly: red. Hex color #D7937C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7937C is #286C83. Grayscale: #A4A4A4. Windows color (decimal): -2649220 or 8164311. OLE color: 8164311.

HSL color Cylindrical-coordinate representation of color #D7937C: hue angle of 15.16º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D7937C is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 147 124 -
CMYK 0 0.32 0.42 0.16
HSL 15.16º 0.53% 0.66% -
HSV(B) 15.16º 0.42% 0.84% -
XYZ 42.1 36.77 23.95 -
YUV 164.71 105.03 163.87 -
System Red Green Blue C M Y K H S L
Decimal 215 147 124 0 0.32 0.42 0.16 15.16 0.53 0.66
Hex D7 93 7C 0 20 2A 10 F 35 42
Octal 327 223 174 0 40 52 20 17 65 102
Binary 11010111 10010011 1111100 0 100000 101010 10000 1111 110101 1000010

Color Harmonies of #D7937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7937C

Black with #D7937C

Text Example


Text Example

White with #D7937C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7937C; }

 p { color: rgb(215,147,124); }

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

background-color css

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

 a { background-color: rgb(215,147,124); }

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

border-color css

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

 span { border-color: rgb(215,147,124); }

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