Html Css Color HEX #D49C74 Feldspar

📋 copy color: '#D49C74'

red 212 ◦ green 156 ◦ blue 116

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

Shades of Feldspar #D49C74

Tints of Feldspar #D49C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.97%

R = 43.8%
G = 32.23%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D49C74 (or 0xD49C74) is known color: Feldspar. HEX triplet: D4, 9C and 74. RGB value is (212,156,116). Sum of RGB (Red+Green+Blue) = 212+156+116=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49C74 is #2B638B. Grayscale: #A8A8A8. Windows color (decimal): -2843532 or 7642324. OLE color: 7642324.

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

Color convert

RGB 212 156 116 -
CMYK 0 0.26 0.45 0.17
HSL 25º 0.53% 0.64% -
HSV(B) 25º 0.45% 0.83% -
XYZ 42.19 39.03 21.83 -
YUV 168.18 98.55 159.25 -
System Red Green Blue C M Y K H S L
Decimal 212 156 116 0 0.26 0.45 0.17 25 0.53 0.64
Hex D4 9C 74 0 1A 2D 11 19 35 40
Octal 324 234 164 0 32 55 21 31 65 100
Binary 11010100 10011100 1110100 0 11010 101101 10001 11001 110101 1000000

Color Harmonies of #D49C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49C74

Black with #D49C74

Text Example


Text Example

White with #D49C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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