Html Css Color HEX #D18F6E Feldspar

📋 copy color: '#D18F6E'

red 209 ◦ green 143 ◦ blue 110

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

Shades of Feldspar #D18F6E

Tints of Feldspar #D18F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.81%

R = 45.24%
G = 30.95%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D18F6E (or 0xD18F6E) is known color: Feldspar. HEX triplet: D1, 8F and 6E. RGB value is (209,143,110). Sum of RGB (Red+Green+Blue) = 209+143+110=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18F6E is #2E7091. Grayscale: #9F9F9F. Windows color (decimal): -3043474 or 7245777. OLE color: 7245777.

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

Color convert

RGB 209 143 110 -
CMYK 0 0.32 0.47 0.18
HSL 20º 0.52% 0.63% -
HSV(B) 20º 0.47% 0.82% -
XYZ 38.93 34.33 19.33 -
YUV 158.97 100.37 163.68 -
System Red Green Blue C M Y K H S L
Decimal 209 143 110 0 0.32 0.47 0.18 20 0.52 0.63
Hex D1 8F 6E 0 20 2F 12 14 34 3F
Octal 321 217 156 0 40 57 22 24 64 77
Binary 11010001 10001111 1101110 0 100000 101111 10010 10100 110100 111111

Color Harmonies of #D18F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18F6E

Black with #D18F6E

Text Example


Text Example

White with #D18F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18F6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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