Html Css Color HEX #D18A6E Feldspar

📋 copy color: '#D18A6E'

red 209 ◦ green 138 ◦ blue 110

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

Shades of Feldspar #D18A6E

Tints of Feldspar #D18A6E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.2%

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

R = 45.73%
G = 30.2%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D18A6E (or 0xD18A6E) is known color: Feldspar. HEX triplet: D1, 8A and 6E. RGB value is (209,138,110). Sum of RGB (Red+Green+Blue) = 209+138+110=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18A6E is #2E7591. Grayscale: #9C9C9C. Windows color (decimal): -3044754 or 7244497. OLE color: 7244497.

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

Color convert

RGB 209 138 110 -
CMYK 0 0.34 0.47 0.18
HSL 16.97º 0.52% 0.63% -
HSV(B) 16.97º 0.47% 0.82% -
XYZ 38.2 32.86 19.08 -
YUV 156.04 102.02 165.78 -
System Red Green Blue C M Y K H S L
Decimal 209 138 110 0 0.34 0.47 0.18 16.97 0.52 0.63
Hex D1 8A 6E 0 22 2F 12 11 34 3F
Octal 321 212 156 0 42 57 22 21 64 77
Binary 11010001 10001010 1101110 0 100010 101111 10010 10001 110100 111111

Color Harmonies of #D18A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18A6E

Black with #D18A6E

Text Example


Text Example

White with #D18A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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