Html Css Color HEX #D49B76 Feldspar

📋 copy color: '#D49B76'

red 212 ◦ green 155 ◦ blue 118

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

Shades of Feldspar #D49B76

Tints of Feldspar #D49B76

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.96%

 BLUE value IS 118 (46.48% from 255) = 24.33%

R = 43.71%
G = 31.96%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D49B76 (or 0xD49B76) is known color: Feldspar. HEX triplet: D4, 9B and 76. RGB value is (212,155,118). Sum of RGB (Red+Green+Blue) = 212+155+118=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D49B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49B76 is #2B6489. Grayscale: #A8A8A8. Windows color (decimal): -2843786 or 7773140. OLE color: 7773140.

HSL color Cylindrical-coordinate representation of color #D49B76: hue angle of 23.62º 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 #D49B76 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 155 118 -
CMYK 0 0.27 0.44 0.17
HSL 23.62º 0.52% 0.65% -
HSV(B) 23.62º 0.44% 0.83% -
XYZ 42.14 38.75 22.4 -
YUV 167.83 99.88 159.51 -
System Red Green Blue C M Y K H S L
Decimal 212 155 118 0 0.27 0.44 0.17 23.62 0.52 0.65
Hex D4 9B 76 0 1B 2C 11 18 34 41
Octal 324 233 166 0 33 54 21 30 64 101
Binary 11010100 10011011 1110110 0 11011 101100 10001 11000 110100 1000001

Color Harmonies of #D49B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49B76

Black with #D49B76

Text Example


Text Example

White with #D49B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49B76; }

 p { color: rgb(212,155,118); }

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

background-color css

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

 a { background-color: rgb(212,155,118); }

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

border-color css

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

 span { border-color: rgb(212,155,118); }

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