Html Css Color HEX #D7957A Feldspar

📋 copy color: '#D7957A'

red 215 ◦ green 149 ◦ blue 122

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

Shades of Feldspar #D7957A

Tints of Feldspar #D7957A

RGB

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

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

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

R = 44.24%
G = 30.66%
B = 25.1%

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

#D7957A (or 0xD7957A) is known color: Feldspar. HEX triplet: D7, 95 and 7A. RGB value is (215,149,122). Sum of RGB (Red+Green+Blue) = 215+149+122=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 215 - color contains mainly: red. Hex color #D7957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7957A is #286A85. Grayscale: #A5A5A5. Windows color (decimal): -2648710 or 8033751. OLE color: 8033751.

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

Color convert

RGB 215 149 122 -
CMYK 0 0.31 0.43 0.16
HSL 17.42º 0.54% 0.66% -
HSV(B) 17.42º 0.43% 0.84% -
XYZ 42.28 37.35 23.39 -
YUV 165.66 103.37 163.2 -
System Red Green Blue C M Y K H S L
Decimal 215 149 122 0 0.31 0.43 0.16 17.42 0.54 0.66
Hex D7 95 7A 0 1F 2B 10 11 36 42
Octal 327 225 172 0 37 53 20 21 66 102
Binary 11010111 10010101 1111010 0 11111 101011 10000 10001 110110 1000010

Color Harmonies of #D7957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7957A

Black with #D7957A

Text Example


Text Example

White with #D7957A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7957A; }

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

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

background-color css

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

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

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

border-color css

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

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

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