Html Css Color HEX #D49D79 Feldspar

📋 copy color: '#D49D79'

red 212 ◦ green 157 ◦ blue 121

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

Shades of Feldspar #D49D79

Tints of Feldspar #D49D79

RGB

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

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

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

R = 43.27%
G = 32.04%
B = 24.69%

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

#D49D79 (or 0xD49D79) is known color: Feldspar. HEX triplet: D4, 9D and 79. RGB value is (212,157,121). Sum of RGB (Red+Green+Blue) = 212+157+121=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49D79 is #2B6286. Grayscale: #A9A9A9. Windows color (decimal): -2843271 or 7970260. OLE color: 7970260.

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

Color convert

RGB 212 157 121 -
CMYK 0 0.26 0.43 0.17
HSL 23.74º 0.51% 0.65% -
HSV(B) 23.74º 0.43% 0.83% -
XYZ 42.66 39.49 23.46 -
YUV 169.34 100.72 158.43 -
System Red Green Blue C M Y K H S L
Decimal 212 157 121 0 0.26 0.43 0.17 23.74 0.51 0.65
Hex D4 9D 79 0 1A 2B 11 18 33 41
Octal 324 235 171 0 32 53 21 30 63 101
Binary 11010100 10011101 1111001 0 11010 101011 10001 11000 110011 1000001

Color Harmonies of #D49D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49D79

Black with #D49D79

Text Example


Text Example

White with #D49D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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