Html Css Color HEX #D7937B Feldspar

📋 copy color: '#D7937B'

red 215 ◦ green 147 ◦ blue 123

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

Shades of Feldspar #D7937B

Tints of Feldspar #D7937B

RGB

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

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

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

R = 44.33%
G = 30.31%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D7937B (or 0xD7937B) is known color: Feldspar. HEX triplet: D7, 93 and 7B. RGB value is (215,147,123). Sum of RGB (Red+Green+Blue) = 215+147+123=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D7937B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7937B is #286C84. Grayscale: #A4A4A4. Windows color (decimal): -2649221 or 8098775. OLE color: 8098775.

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

Color convert

RGB 215 147 123 -
CMYK 0 0.32 0.43 0.16
HSL 15.65º 0.53% 0.66% -
HSV(B) 15.65º 0.43% 0.84% -
XYZ 42.03 36.74 23.62 -
YUV 164.6 104.53 163.95 -
System Red Green Blue C M Y K H S L
Decimal 215 147 123 0 0.32 0.43 0.16 15.65 0.53 0.66
Hex D7 93 7B 0 20 2B 10 10 35 42
Octal 327 223 173 0 40 53 20 20 65 102
Binary 11010111 10010011 1111011 0 100000 101011 10000 10000 110101 1000010

Color Harmonies of #D7937B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7937B

Black with #D7937B

Text Example


Text Example

White with #D7937B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7937B; }

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

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

background-color css

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

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

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

border-color css

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

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

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