Html Css Color HEX #D18F70 Feldspar

📋 copy color: '#D18F70'

red 209 ◦ green 143 ◦ blue 112

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

Shades of Feldspar #D18F70

Tints of Feldspar #D18F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.14%

R = 45.04%
G = 30.82%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D18F70 (or 0xD18F70) is known color: Feldspar. HEX triplet: D1, 8F and 70. RGB value is (209,143,112). Sum of RGB (Red+Green+Blue) = 209+143+112=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18F70 is #2E708F. Grayscale: #9F9F9F. Windows color (decimal): -3043472 or 7376849. OLE color: 7376849.

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

Color convert

RGB 209 143 112 -
CMYK 0 0.32 0.46 0.18
HSL 19.18º 0.51% 0.63% -
HSV(B) 19.18º 0.46% 0.82% -
XYZ 39.04 34.37 19.91 -
YUV 159.2 101.37 163.52 -
System Red Green Blue C M Y K H S L
Decimal 209 143 112 0 0.32 0.46 0.18 19.18 0.51 0.63
Hex D1 8F 70 0 20 2E 12 13 33 3F
Octal 321 217 160 0 40 56 22 23 63 77
Binary 11010001 10001111 1110000 0 100000 101110 10010 10011 110011 111111

Color Harmonies of #D18F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18F70

Black with #D18F70

Text Example


Text Example

White with #D18F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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