Html Css Color HEX #D3936E Feldspar

📋 copy color: '#D3936E'

red 211 ◦ green 147 ◦ blue 110

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

Shades of Feldspar #D3936E

Tints of Feldspar #D3936E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.5%

R = 45.09%
G = 31.41%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D3936E (or 0xD3936E) is known color: Feldspar. HEX triplet: D3, 93 and 6E. RGB value is (211,147,110). Sum of RGB (Red+Green+Blue) = 211+147+110=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 211 - color contains mainly: red. Hex color #D3936E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3936E is #2C6C91. Grayscale: #A2A2A2. Windows color (decimal): -2911378 or 7246803. OLE color: 7246803.

HSL color Cylindrical-coordinate representation of color #D3936E: hue angle of 21.98º degrees, saturation: 0.53, 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 #D3936E is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 147 110 -
CMYK 0 0.30 0.48 0.17
HSL 21.98º 0.53% 0.63% -
HSV(B) 21.98º 0.48% 0.83% -
XYZ 40.11 35.84 19.56 -
YUV 161.92 98.7 163.01 -
System Red Green Blue C M Y K H S L
Decimal 211 147 110 0 0.30 0.48 0.17 21.98 0.53 0.63
Hex D3 93 6E 0 1E 30 11 16 35 3F
Octal 323 223 156 0 36 60 21 26 65 77
Binary 11010011 10010011 1101110 0 11110 110000 10001 10110 110101 111111

Color Harmonies of #D3936E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3936E

Black with #D3936E

Text Example


Text Example

White with #D3936E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3936E; }

 p { color: rgb(211,147,110); }

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

background-color css

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

 a { background-color: rgb(211,147,110); }

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

border-color css

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

 span { border-color: rgb(211,147,110); }

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