Html Css Color HEX #D18F76 Feldspar

📋 copy color: '#D18F76'

red 209 ◦ green 143 ◦ blue 118

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

Shades of Feldspar #D18F76

Tints of Feldspar #D18F76

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.43%

 BLUE value IS 118 (46.48% from 255) = 25.11%

R = 44.47%
G = 30.43%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D18F76 (or 0xD18F76) is known color: Feldspar. HEX triplet: D1, 8F and 76. RGB value is (209,143,118). Sum of RGB (Red+Green+Blue) = 209+143+118=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18F76 is #2E7089. Grayscale: #A0A0A0. Windows color (decimal): -3043466 or 7770065. OLE color: 7770065.

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

Color convert

RGB 209 143 118 -
CMYK 0 0.32 0.44 0.18
HSL 16.48º 0.5% 0.64% -
HSV(B) 16.48º 0.44% 0.82% -
XYZ 39.39 34.51 21.72 -
YUV 159.88 104.37 163.03 -
System Red Green Blue C M Y K H S L
Decimal 209 143 118 0 0.32 0.44 0.18 16.48 0.5 0.64
Hex D1 8F 76 0 20 2C 12 10 32 40
Octal 321 217 166 0 40 54 22 20 62 100
Binary 11010001 10001111 1110110 0 100000 101100 10010 10000 110010 1000000

Color Harmonies of #D18F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18F76

Black with #D18F76

Text Example


Text Example

White with #D18F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18F76; }

 p { color: rgb(209,143,118); }

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

background-color css

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

 a { background-color: rgb(209,143,118); }

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

border-color css

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

 span { border-color: rgb(209,143,118); }

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