Html Css Color HEX #D49770 Feldspar

📋 copy color: '#D49770'

red 212 ◦ green 151 ◦ blue 112

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

Shades of Feldspar #D49770

Tints of Feldspar #D49770

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.79%

 BLUE value IS 112 (44.14% from 255) = 23.58%

R = 44.63%
G = 31.79%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D49770 (or 0xD49770) is known color: Feldspar. HEX triplet: D4, 97 and 70. RGB value is (212,151,112). Sum of RGB (Red+Green+Blue) = 212+151+112=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D49770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49770 is #2B688F. Grayscale: #A5A5A5. Windows color (decimal): -2844816 or 7378900. OLE color: 7378900.

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

Color convert

RGB 212 151 112 -
CMYK 0 0.29 0.47 0.17
HSL 23.4º 0.54% 0.64% -
HSV(B) 23.4º 0.47% 0.83% -
XYZ 41.14 37.3 20.36 -
YUV 164.79 98.21 161.67 -
System Red Green Blue C M Y K H S L
Decimal 212 151 112 0 0.29 0.47 0.17 23.4 0.54 0.64
Hex D4 97 70 0 1D 2F 11 17 36 40
Octal 324 227 160 0 35 57 21 27 66 100
Binary 11010100 10010111 1110000 0 11101 101111 10001 10111 110110 1000000

Color Harmonies of #D49770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49770

Black with #D49770

Text Example


Text Example

White with #D49770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49770; }

 p { color: rgb(212,151,112); }

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

background-color css

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

 a { background-color: rgb(212,151,112); }

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

border-color css

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

 span { border-color: rgb(212,151,112); }

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