Html Css Color HEX #D7957B Feldspar

📋 copy color: '#D7957B'

red 215 ◦ green 149 ◦ blue 123

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

Shades of Feldspar #D7957B

Tints of Feldspar #D7957B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.6%

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

R = 44.15%
G = 30.6%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D7957B (or 0xD7957B) is known color: Feldspar. HEX triplet: D7, 95 and 7B. RGB value is (215,149,123). Sum of RGB (Red+Green+Blue) = 215+149+123=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D7957B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7957B is #286A84. Grayscale: #A5A5A5. Windows color (decimal): -2648709 or 8099287. OLE color: 8099287.

HSL color Cylindrical-coordinate representation of color #D7957B: hue angle of 16.96º 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 #D7957B is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 149 123 -
CMYK 0 0.31 0.43 0.16
HSL 16.96º 0.53% 0.66% -
HSV(B) 16.96º 0.43% 0.84% -
XYZ 42.35 37.37 23.72 -
YUV 165.77 103.87 163.11 -
System Red Green Blue C M Y K H S L
Decimal 215 149 123 0 0.31 0.43 0.16 16.96 0.53 0.66
Hex D7 95 7B 0 1F 2B 10 11 35 42
Octal 327 225 173 0 37 53 20 21 65 102
Binary 11010111 10010101 1111011 0 11111 101011 10000 10001 110101 1000010

Color Harmonies of #D7957B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7957B

Black with #D7957B

Text Example


Text Example

White with #D7957B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7957B; }

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

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

background-color css

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

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

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

border-color css

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

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

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