Html Css Color HEX #D49D6E Feldspar

📋 copy color: '#D49D6E'

red 212 ◦ green 157 ◦ blue 110

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

Shades of Feldspar #D49D6E

Tints of Feldspar #D49D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.96%

R = 44.26%
G = 32.78%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D49D6E (or 0xD49D6E) is known color: Feldspar. HEX triplet: D4, 9D and 6E. RGB value is (212,157,110). Sum of RGB (Red+Green+Blue) = 212+157+110=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49D6E is #2B6291. Grayscale: #A8A8A8. Windows color (decimal): -2843282 or 7249364. OLE color: 7249364.

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

Color convert

RGB 212 157 110 -
CMYK 0 0.26 0.48 0.17
HSL 27.65º 0.54% 0.63% -
HSV(B) 27.65º 0.48% 0.83% -
XYZ 42.02 39.24 20.11 -
YUV 168.09 95.22 159.32 -
System Red Green Blue C M Y K H S L
Decimal 212 157 110 0 0.26 0.48 0.17 27.65 0.54 0.63
Hex D4 9D 6E 0 1A 30 11 1C 36 3F
Octal 324 235 156 0 32 60 21 34 66 77
Binary 11010100 10011101 1101110 0 11010 110000 10001 11100 110110 111111

Color Harmonies of #D49D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49D6E

Black with #D49D6E

Text Example


Text Example

White with #D49D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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