Html Css Color HEX #D18E73 Feldspar

📋 copy color: '#D18E73'

red 209 ◦ green 142 ◦ blue 115

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

Shades of Feldspar #D18E73

Tints of Feldspar #D18E73

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.47%

 BLUE value IS 115 (45.31% from 255) = 24.68%

R = 44.85%
G = 30.47%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D18E73 (or 0xD18E73) is known color: Feldspar. HEX triplet: D1, 8E and 73. RGB value is (209,142,115). Sum of RGB (Red+Green+Blue) = 209+142+115=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18E73 is #2E718C. Grayscale: #9F9F9F. Windows color (decimal): -3043725 or 7573201. OLE color: 7573201.

HSL color Cylindrical-coordinate representation of color #D18E73: hue angle of 17.23º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D18E73 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 142 115 -
CMYK 0 0.32 0.45 0.18
HSL 17.23º 0.51% 0.64% -
HSV(B) 17.23º 0.45% 0.82% -
XYZ 39.06 34.14 20.75 -
YUV 158.96 103.2 163.7 -
System Red Green Blue C M Y K H S L
Decimal 209 142 115 0 0.32 0.45 0.18 17.23 0.51 0.64
Hex D1 8E 73 0 20 2D 12 11 33 40
Octal 321 216 163 0 40 55 22 21 63 100
Binary 11010001 10001110 1110011 0 100000 101101 10010 10001 110011 1000000

Color Harmonies of #D18E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18E73

Black with #D18E73

Text Example


Text Example

White with #D18E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18E73; }

 p { color: rgb(209,142,115); }

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

background-color css

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

 a { background-color: rgb(209,142,115); }

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

border-color css

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

 span { border-color: rgb(209,142,115); }

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