Html Css Color HEX #D18E70 Feldspar

📋 copy color: '#D18E70'

red 209 ◦ green 142 ◦ blue 112

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

Shades of Feldspar #D18E70

Tints of Feldspar #D18E70

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.67%

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

R = 45.14%
G = 30.67%
B = 24.19%

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

#D18E70 (or 0xD18E70) is known color: Feldspar. HEX triplet: D1, 8E and 70. RGB value is (209,142,112). Sum of RGB (Red+Green+Blue) = 209+142+112=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18E70 is #2E718F. Grayscale: #9E9E9E. Windows color (decimal): -3043728 or 7376593. OLE color: 7376593.

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

Color convert

RGB 209 142 112 -
CMYK 0 0.32 0.46 0.18
HSL 18.56º 0.51% 0.63% -
HSV(B) 18.56º 0.46% 0.82% -
XYZ 38.89 34.07 19.86 -
YUV 158.61 101.7 163.94 -
System Red Green Blue C M Y K H S L
Decimal 209 142 112 0 0.32 0.46 0.18 18.56 0.51 0.63
Hex D1 8E 70 0 20 2E 12 13 33 3F
Octal 321 216 160 0 40 56 22 23 63 77
Binary 11010001 10001110 1110000 0 100000 101110 10010 10011 110011 111111

Color Harmonies of #D18E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18E70

Black with #D18E70

Text Example


Text Example

White with #D18E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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