Html Css Color HEX #D49E77 Feldspar

📋 copy color: '#D49E77'

red 212 ◦ green 158 ◦ blue 119

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

Shades of Feldspar #D49E77

Tints of Feldspar #D49E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.34%

R = 43.35%
G = 32.31%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D49E77 (or 0xD49E77) is known color: Feldspar. HEX triplet: D4, 9E and 77. RGB value is (212,158,119). Sum of RGB (Red+Green+Blue) = 212+158+119=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 119 (46.88% from 255 or 24.34% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49E77 is #2B6188. Grayscale: #A9A9A9. Windows color (decimal): -2843017 or 7839444. OLE color: 7839444.

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

Color convert

RGB 212 158 119 -
CMYK 0 0.25 0.44 0.17
HSL 25.16º 0.52% 0.65% -
HSV(B) 25.16º 0.44% 0.83% -
XYZ 42.71 39.78 22.88 -
YUV 169.7 99.39 158.17 -
System Red Green Blue C M Y K H S L
Decimal 212 158 119 0 0.25 0.44 0.17 25.16 0.52 0.65
Hex D4 9E 77 0 19 2C 11 19 34 41
Octal 324 236 167 0 31 54 21 31 64 101
Binary 11010100 10011110 1110111 0 11001 101100 10001 11001 110100 1000001

Color Harmonies of #D49E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49E77

Black with #D49E77

Text Example


Text Example

White with #D49E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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