Html Css Color HEX #D49670 Feldspar

📋 copy color: '#D49670'

red 212 ◦ green 150 ◦ blue 112

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

Shades of Feldspar #D49670

Tints of Feldspar #D49670

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.65%

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

R = 44.73%
G = 31.65%
B = 23.63%

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

#D49670 (or 0xD49670) is known color: Feldspar. HEX triplet: D4, 96 and 70. RGB value is (212,150,112). Sum of RGB (Red+Green+Blue) = 212+150+112=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 212 - color contains mainly: red. Hex color #D49670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49670 is #2B698F. Grayscale: #A4A4A4. Windows color (decimal): -2845072 or 7378644. OLE color: 7378644.

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

Color convert

RGB 212 150 112 -
CMYK 0 0.29 0.47 0.17
HSL 22.8º 0.54% 0.64% -
HSV(B) 22.8º 0.47% 0.83% -
XYZ 40.98 36.98 20.31 -
YUV 164.21 98.54 162.09 -
System Red Green Blue C M Y K H S L
Decimal 212 150 112 0 0.29 0.47 0.17 22.8 0.54 0.64
Hex D4 96 70 0 1D 2F 11 17 36 40
Octal 324 226 160 0 35 57 21 27 66 100
Binary 11010100 10010110 1110000 0 11101 101111 10001 10111 110110 1000000

Color Harmonies of #D49670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49670

Black with #D49670

Text Example


Text Example

White with #D49670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49670; }

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

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

background-color css

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

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

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

border-color css

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

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

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