Html Css Color HEX #D49C79 Feldspar

📋 copy color: '#D49C79'

red 212 ◦ green 156 ◦ blue 121

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

Shades of Feldspar #D49C79

Tints of Feldspar #D49C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.74%

R = 43.35%
G = 31.9%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D49C79 (or 0xD49C79) is known color: Feldspar. HEX triplet: D4, 9C and 79. RGB value is (212,156,121). Sum of RGB (Red+Green+Blue) = 212+156+121=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49C79 is #2B6386. Grayscale: #A8A8A8. Windows color (decimal): -2843527 or 7970004. OLE color: 7970004.

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

Color convert

RGB 212 156 121 -
CMYK 0 0.26 0.43 0.17
HSL 23.08º 0.51% 0.65% -
HSV(B) 23.08º 0.43% 0.83% -
XYZ 42.49 39.15 23.41 -
YUV 168.75 101.05 158.85 -
System Red Green Blue C M Y K H S L
Decimal 212 156 121 0 0.26 0.43 0.17 23.08 0.51 0.65
Hex D4 9C 79 0 1A 2B 11 17 33 41
Octal 324 234 171 0 32 53 21 27 63 101
Binary 11010100 10011100 1111001 0 11010 101011 10001 10111 110011 1000001

Color Harmonies of #D49C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49C79

Black with #D49C79

Text Example


Text Example

White with #D49C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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