Html Css Color HEX #D3957A Feldspar

📋 copy color: '#D3957A'

red 211 ◦ green 149 ◦ blue 122

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

Shades of Feldspar #D3957A

Tints of Feldspar #D3957A

RGB

 RED value IS 211 (82.81% from 255) = 43.78%

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

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

R = 43.78%
G = 30.91%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D3957A (or 0xD3957A) is known color: Feldspar. HEX triplet: D3, 95 and 7A. RGB value is (211,149,122). Sum of RGB (Red+Green+Blue) = 211+149+122=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 211 - color contains mainly: red. Hex color #D3957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3957A is #2C6A85. Grayscale: #A4A4A4. Windows color (decimal): -2910854 or 8033747. OLE color: 8033747.

HSL color Cylindrical-coordinate representation of color #D3957A: hue angle of 18.2º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D3957A is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 149 122 -
CMYK 0 0.29 0.42 0.17
HSL 18.2º 0.5% 0.65% -
HSV(B) 18.2º 0.42% 0.83% -
XYZ 41.12 36.75 23.34 -
YUV 164.46 104.04 161.2 -
System Red Green Blue C M Y K H S L
Decimal 211 149 122 0 0.29 0.42 0.17 18.2 0.5 0.65
Hex D3 95 7A 0 1D 2A 11 12 32 41
Octal 323 225 172 0 35 52 21 22 62 101
Binary 11010011 10010101 1111010 0 11101 101010 10001 10010 110010 1000001

Color Harmonies of #D3957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3957A

Black with #D3957A

Text Example


Text Example

White with #D3957A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3957A; }

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

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

background-color css

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

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

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

border-color css

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

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

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