Html Css Color HEX #D3917C Feldspar

📋 copy color: '#D3917C'

red 211 ◦ green 145 ◦ blue 124

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

Shades of Feldspar #D3917C

Tints of Feldspar #D3917C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.21%

 BLUE value IS 124 (48.83% from 255) = 25.83%

R = 43.96%
G = 30.21%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D3917C (or 0xD3917C) is known color: Feldspar. HEX triplet: D3, 91 and 7C. RGB value is (211,145,124). Sum of RGB (Red+Green+Blue) = 211+145+124=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 211 - color contains mainly: red. Hex color #D3917C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3917C is #2C6E83. Grayscale: #A2A2A2. Windows color (decimal): -2911876 or 8163795. OLE color: 8163795.

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

Color convert

RGB 211 145 124 -
CMYK 0 0.31 0.41 0.17
HSL 14.48º 0.5% 0.66% -
HSV(B) 14.48º 0.41% 0.83% -
XYZ 40.63 35.55 23.79 -
YUV 162.34 106.37 162.71 -
System Red Green Blue C M Y K H S L
Decimal 211 145 124 0 0.31 0.41 0.17 14.48 0.5 0.66
Hex D3 91 7C 0 1F 29 11 E 32 42
Octal 323 221 174 0 37 51 21 16 62 102
Binary 11010011 10010001 1111100 0 11111 101001 10001 1110 110010 1000010

Color Harmonies of #D3917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3917C

Black with #D3917C

Text Example


Text Example

White with #D3917C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3917C; }

 p { color: rgb(211,145,124); }

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

background-color css

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

 a { background-color: rgb(211,145,124); }

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

border-color css

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

 span { border-color: rgb(211,145,124); }

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