Html Css Color HEX #D49D73 Feldspar

📋 copy color: '#D49D73'

red 212 ◦ green 157 ◦ blue 115

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

Shades of Feldspar #D49D73

Tints of Feldspar #D49D73

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.44%

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

R = 43.8%
G = 32.44%
B = 23.76%

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

#D49D73 (or 0xD49D73) is known color: Feldspar. HEX triplet: D4, 9D and 73. RGB value is (212,157,115). Sum of RGB (Red+Green+Blue) = 212+157+115=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49D73 is #2B628C. Grayscale: #A8A8A8. Windows color (decimal): -2843277 or 7577044. OLE color: 7577044.

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

Color convert

RGB 212 157 115 -
CMYK 0 0.26 0.46 0.17
HSL 25.98º 0.53% 0.64% -
HSV(B) 25.98º 0.46% 0.83% -
XYZ 42.3 39.35 21.59 -
YUV 168.66 97.72 158.92 -
System Red Green Blue C M Y K H S L
Decimal 212 157 115 0 0.26 0.46 0.17 25.98 0.53 0.64
Hex D4 9D 73 0 1A 2E 11 1A 35 40
Octal 324 235 163 0 32 56 21 32 65 100
Binary 11010100 10011101 1110011 0 11010 101110 10001 11010 110101 1000000

Color Harmonies of #D49D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49D73

Black with #D49D73

Text Example


Text Example

White with #D49D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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