Html Css Color HEX #D18B72 Feldspar

📋 copy color: '#D18B72'

red 209 ◦ green 139 ◦ blue 114

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

Shades of Feldspar #D18B72

Tints of Feldspar #D18B72

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.09%

 BLUE value IS 114 (44.92% from 255) = 24.68%

R = 45.24%
G = 30.09%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D18B72 (or 0xD18B72) is known color: Feldspar. HEX triplet: D1, 8B and 72. RGB value is (209,139,114). Sum of RGB (Red+Green+Blue) = 209+139+114=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18B72 is #2E748D. Grayscale: #9D9D9D. Windows color (decimal): -3044494 or 7506897. OLE color: 7506897.

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

Color convert

RGB 209 139 114 -
CMYK 0 0.33 0.45 0.18
HSL 15.79º 0.51% 0.63% -
HSV(B) 15.79º 0.45% 0.82% -
XYZ 38.56 33.24 20.3 -
YUV 157.08 103.69 165.03 -
System Red Green Blue C M Y K H S L
Decimal 209 139 114 0 0.33 0.45 0.18 15.79 0.51 0.63
Hex D1 8B 72 0 21 2D 12 10 33 3F
Octal 321 213 162 0 41 55 22 20 63 77
Binary 11010001 10001011 1110010 0 100001 101101 10010 10000 110011 111111

Color Harmonies of #D18B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18B72

Black with #D18B72

Text Example


Text Example

White with #D18B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18B72; }

 p { color: rgb(209,139,114); }

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

background-color css

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

 a { background-color: rgb(209,139,114); }

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

border-color css

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

 span { border-color: rgb(209,139,114); }

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