Html Css Color HEX #D3956D Feldspar

📋 copy color: '#D3956D'

red 211 ◦ green 149 ◦ blue 109

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

Shades of Feldspar #D3956D

Tints of Feldspar #D3956D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.24%

R = 44.99%
G = 31.77%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D3956D (or 0xD3956D) is known color: Feldspar. HEX triplet: D3, 95 and 6D. RGB value is (211,149,109). Sum of RGB (Red+Green+Blue) = 211+149+109=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 211 - color contains mainly: red. Hex color #D3956D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3956D is #2C6A92. Grayscale: #A3A3A3. Windows color (decimal): -2910867 or 7181779. OLE color: 7181779.

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

Color convert

RGB 211 149 109 -
CMYK 0 0.29 0.48 0.17
HSL 23.53º 0.54% 0.63% -
HSV(B) 23.53º 0.48% 0.83% -
XYZ 40.37 36.45 19.38 -
YUV 162.98 97.54 162.25 -
System Red Green Blue C M Y K H S L
Decimal 211 149 109 0 0.29 0.48 0.17 23.53 0.54 0.63
Hex D3 95 6D 0 1D 30 11 18 36 3F
Octal 323 225 155 0 35 60 21 30 66 77
Binary 11010011 10010101 1101101 0 11101 110000 10001 11000 110110 111111

Color Harmonies of #D3956D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3956D

Black with #D3956D

Text Example


Text Example

White with #D3956D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3956D; }

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

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

background-color css

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

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

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

border-color css

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

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

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