Html Css Color HEX #D49E73 Feldspar

📋 copy color: '#D49E73'

red 212 ◦ green 158 ◦ blue 115

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

Shades of Feldspar #D49E73

Tints of Feldspar #D49E73

RGB

 RED value IS 212 (83.2% from 255) = 43.71%

 GREEN value IS 158 (62.11% from 255) = 32.58%

 BLUE value IS 115 (45.31% from 255) = 23.71%

R = 43.71%
G = 32.58%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D49E73 (or 0xD49E73) is known color: Feldspar. HEX triplet: D4, 9E and 73. RGB value is (212,158,115). Sum of RGB (Red+Green+Blue) = 212+158+115=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49E73 is #2B618C. Grayscale: #A9A9A9. Windows color (decimal): -2843021 or 7577300. OLE color: 7577300.

HSL color Cylindrical-coordinate representation of color #D49E73: hue angle of 26.6º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D49E73 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 158 115 -
CMYK 0 0.25 0.46 0.17
HSL 26.6º 0.53% 0.64% -
HSV(B) 26.6º 0.46% 0.83% -
XYZ 42.47 39.69 21.64 -
YUV 169.24 97.39 158.5 -
System Red Green Blue C M Y K H S L
Decimal 212 158 115 0 0.25 0.46 0.17 26.6 0.53 0.64
Hex D4 9E 73 0 19 2E 11 1B 35 40
Octal 324 236 163 0 31 56 21 33 65 100
Binary 11010100 10011110 1110011 0 11001 101110 10001 11011 110101 1000000

Color Harmonies of #D49E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49E73

Black with #D49E73

Text Example


Text Example

White with #D49E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49E73; }

 p { color: rgb(212,158,115); }

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

background-color css

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

 a { background-color: rgb(212,158,115); }

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

border-color css

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

 span { border-color: rgb(212,158,115); }

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