Html Css Color HEX #D49671 Feldspar

📋 copy color: '#D49671'

red 212 ◦ green 150 ◦ blue 113

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

Shades of Feldspar #D49671

Tints of Feldspar #D49671

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.58%

 BLUE value IS 113 (44.53% from 255) = 23.79%

R = 44.63%
G = 31.58%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D49671 (or 0xD49671) is known color: Feldspar. HEX triplet: D4, 96 and 71. RGB value is (212,150,113). Sum of RGB (Red+Green+Blue) = 212+150+113=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D49671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49671 is #2B698E. Grayscale: #A4A4A4. Windows color (decimal): -2845071 or 7444180. OLE color: 7444180.

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

Color convert

RGB 212 150 113 -
CMYK 0 0.29 0.47 0.17
HSL 22.42º 0.54% 0.64% -
HSV(B) 22.42º 0.47% 0.83% -
XYZ 41.04 37 20.6 -
YUV 164.32 99.04 162.01 -
System Red Green Blue C M Y K H S L
Decimal 212 150 113 0 0.29 0.47 0.17 22.42 0.54 0.64
Hex D4 96 71 0 1D 2F 11 16 36 40
Octal 324 226 161 0 35 57 21 26 66 100
Binary 11010100 10010110 1110001 0 11101 101111 10001 10110 110110 1000000

Color Harmonies of #D49671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49671

Black with #D49671

Text Example


Text Example

White with #D49671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49671; }

 p { color: rgb(212,150,113); }

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

background-color css

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

 a { background-color: rgb(212,150,113); }

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

border-color css

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

 span { border-color: rgb(212,150,113); }

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