Html Css Color HEX #D18D6F Feldspar

📋 copy color: '#D18D6F'

red 209 ◦ green 141 ◦ blue 111

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

Shades of Feldspar #D18D6F

Tints of Feldspar #D18D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.08%

R = 45.34%
G = 30.59%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D18D6F (or 0xD18D6F) is known color: Feldspar. HEX triplet: D1, 8D and 6F. RGB value is (209,141,111). Sum of RGB (Red+Green+Blue) = 209+141+111=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D18D6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18D6F is #2E7290. Grayscale: #9E9E9E. Windows color (decimal): -3043985 or 7310801. OLE color: 7310801.

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

Color convert

RGB 209 141 111 -
CMYK 0 0.33 0.47 0.18
HSL 18.37º 0.52% 0.63% -
HSV(B) 18.37º 0.47% 0.82% -
XYZ 38.69 33.75 19.51 -
YUV 157.91 101.53 164.44 -
System Red Green Blue C M Y K H S L
Decimal 209 141 111 0 0.33 0.47 0.18 18.37 0.52 0.63
Hex D1 8D 6F 0 21 2F 12 12 34 3F
Octal 321 215 157 0 41 57 22 22 64 77
Binary 11010001 10001101 1101111 0 100001 101111 10010 10010 110100 111111

Color Harmonies of #D18D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18D6F

Black with #D18D6F

Text Example


Text Example

White with #D18D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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