Html Css Color HEX #D49C71 Feldspar

📋 copy color: '#D49C71'

red 212 ◦ green 156 ◦ blue 113

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

Shades of Feldspar #D49C71

Tints of Feldspar #D49C71

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.43%

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

R = 44.07%
G = 32.43%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D49C71 (or 0xD49C71) is known color: Feldspar. HEX triplet: D4, 9C and 71. RGB value is (212,156,113). Sum of RGB (Red+Green+Blue) = 212+156+113=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49C71 is #2B638E. Grayscale: #A8A8A8. Windows color (decimal): -2843535 or 7445716. OLE color: 7445716.

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

Color convert

RGB 212 156 113 -
CMYK 0 0.26 0.47 0.17
HSL 26.06º 0.54% 0.64% -
HSV(B) 26.06º 0.47% 0.83% -
XYZ 42.02 38.97 20.93 -
YUV 167.84 97.05 159.5 -
System Red Green Blue C M Y K H S L
Decimal 212 156 113 0 0.26 0.47 0.17 26.06 0.54 0.64
Hex D4 9C 71 0 1A 2F 11 1A 36 40
Octal 324 234 161 0 32 57 21 32 66 100
Binary 11010100 10011100 1110001 0 11010 101111 10001 11010 110110 1000000

Color Harmonies of #D49C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49C71

Black with #D49C71

Text Example


Text Example

White with #D49C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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