Html Css Color HEX #D18C71 Feldspar

📋 copy color: '#D18C71'

red 209 ◦ green 140 ◦ blue 113

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

Shades of Feldspar #D18C71

Tints of Feldspar #D18C71

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.3%

 BLUE value IS 113 (44.53% from 255) = 24.46%

R = 45.24%
G = 30.3%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D18C71 (or 0xD18C71) is known color: Feldspar. HEX triplet: D1, 8C and 71. RGB value is (209,140,113). Sum of RGB (Red+Green+Blue) = 209+140+113=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18C71 is #2E738E. Grayscale: #9D9D9D. Windows color (decimal): -3044239 or 7441617. OLE color: 7441617.

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

Color convert

RGB 209 140 113 -
CMYK 0 0.33 0.46 0.18
HSL 16.88º 0.51% 0.63% -
HSV(B) 16.88º 0.46% 0.82% -
XYZ 38.65 33.5 20.05 -
YUV 157.55 102.86 164.7 -
System Red Green Blue C M Y K H S L
Decimal 209 140 113 0 0.33 0.46 0.18 16.88 0.51 0.63
Hex D1 8C 71 0 21 2E 12 11 33 3F
Octal 321 214 161 0 41 56 22 21 63 77
Binary 11010001 10001100 1110001 0 100001 101110 10010 10001 110011 111111

Color Harmonies of #D18C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18C71

Black with #D18C71

Text Example


Text Example

White with #D18C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18C71; }

 p { color: rgb(209,140,113); }

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

background-color css

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

 a { background-color: rgb(209,140,113); }

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

border-color css

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

 span { border-color: rgb(209,140,113); }

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