Html Css Color HEX #D49C73 Feldspar

📋 copy color: '#D49C73'

red 212 ◦ green 156 ◦ blue 115

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

Shades of Feldspar #D49C73

Tints of Feldspar #D49C73

RGB

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

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

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

R = 43.89%
G = 32.3%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D49C73 (or 0xD49C73) is known color: Feldspar. HEX triplet: D4, 9C and 73. RGB value is (212,156,115). Sum of RGB (Red+Green+Blue) = 212+156+115=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49C73 is #2B638C. Grayscale: #A8A8A8. Windows color (decimal): -2843533 or 7576788. OLE color: 7576788.

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

Color convert

RGB 212 156 115 -
CMYK 0 0.26 0.46 0.17
HSL 25.36º 0.53% 0.64% -
HSV(B) 25.36º 0.46% 0.83% -
XYZ 42.13 39.01 21.53 -
YUV 168.07 98.05 159.33 -
System Red Green Blue C M Y K H S L
Decimal 212 156 115 0 0.26 0.46 0.17 25.36 0.53 0.64
Hex D4 9C 73 0 1A 2E 11 19 35 40
Octal 324 234 163 0 32 56 21 31 65 100
Binary 11010100 10011100 1110011 0 11010 101110 10001 11001 110101 1000000

Color Harmonies of #D49C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49C73

Black with #D49C73

Text Example


Text Example

White with #D49C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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