Html Css Color HEX #D18D76 Feldspar

📋 copy color: '#D18D76'

red 209 ◦ green 141 ◦ blue 118

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

Shades of Feldspar #D18D76

Tints of Feldspar #D18D76

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.13%

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

R = 44.66%
G = 30.13%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D18D76 (or 0xD18D76) is known color: Feldspar. HEX triplet: D1, 8D and 76. RGB value is (209,141,118). Sum of RGB (Red+Green+Blue) = 209+141+118=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D18D76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18D76 is #2E7289. Grayscale: #9E9E9E. Windows color (decimal): -3043978 or 7769553. OLE color: 7769553.

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

Color convert

RGB 209 141 118 -
CMYK 0 0.33 0.44 0.18
HSL 15.16º 0.5% 0.64% -
HSV(B) 15.16º 0.44% 0.82% -
XYZ 39.09 33.91 21.63 -
YUV 158.71 105.03 163.87 -
System Red Green Blue C M Y K H S L
Decimal 209 141 118 0 0.33 0.44 0.18 15.16 0.5 0.64
Hex D1 8D 76 0 21 2C 12 F 32 40
Octal 321 215 166 0 41 54 22 17 62 100
Binary 11010001 10001101 1110110 0 100001 101100 10010 1111 110010 1000000

Color Harmonies of #D18D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18D76

Black with #D18D76

Text Example


Text Example

White with #D18D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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