Html Css Color HEX #D19A6E Feldspar

📋 copy color: '#D19A6E'

red 209 ◦ green 154 ◦ blue 110

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

Shades of Feldspar #D19A6E

Tints of Feldspar #D19A6E

RGB

 RED value IS 209 (82.03% from 255) = 44.19%

 GREEN value IS 154 (60.55% from 255) = 32.56%

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

R = 44.19%
G = 32.56%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D19A6E (or 0xD19A6E) is known color: Feldspar. HEX triplet: D1, 9A and 6E. RGB value is (209,154,110). Sum of RGB (Red+Green+Blue) = 209+154+110=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D19A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19A6E is #2E6591. Grayscale: #A5A5A5. Windows color (decimal): -3040658 or 7248593. OLE color: 7248593.

HSL color Cylindrical-coordinate representation of color #D19A6E: hue angle of 26.67º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D19A6E is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 154 110 -
CMYK 0 0.26 0.47 0.18
HSL 26.67º 0.52% 0.63% -
HSV(B) 26.67º 0.47% 0.82% -
XYZ 40.66 37.79 19.9 -
YUV 165.43 96.72 159.08 -
System Red Green Blue C M Y K H S L
Decimal 209 154 110 0 0.26 0.47 0.18 26.67 0.52 0.63
Hex D1 9A 6E 0 1A 2F 12 1B 34 3F
Octal 321 232 156 0 32 57 22 33 64 77
Binary 11010001 10011010 1101110 0 11010 101111 10010 11011 110100 111111

Color Harmonies of #D19A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19A6E

Black with #D19A6E

Text Example


Text Example

White with #D19A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19A6E; }

 p { color: rgb(209,154,110); }

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

background-color css

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

 a { background-color: rgb(209,154,110); }

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

border-color css

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

 span { border-color: rgb(209,154,110); }

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