Html Css Color HEX #D18F7C Feldspar

📋 copy color: '#D18F7C'

red 209 ◦ green 143 ◦ blue 124

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

Shades of Feldspar #D18F7C

Tints of Feldspar #D18F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.05%

R = 43.91%
G = 30.04%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D18F7C (or 0xD18F7C) is known color: Feldspar. HEX triplet: D1, 8F and 7C. RGB value is (209,143,124). Sum of RGB (Red+Green+Blue) = 209+143+124=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18F7C is #2E7083. Grayscale: #A0A0A0. Windows color (decimal): -3043460 or 8163281. OLE color: 8163281.

HSL color Cylindrical-coordinate representation of color #D18F7C: hue angle of 13.41º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D18F7C is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 143 124 -
CMYK 0 0.32 0.41 0.18
HSL 13.41º 0.48% 0.65% -
HSV(B) 13.41º 0.41% 0.82% -
XYZ 39.76 34.66 23.66 -
YUV 160.57 107.37 162.54 -
System Red Green Blue C M Y K H S L
Decimal 209 143 124 0 0.32 0.41 0.18 13.41 0.48 0.65
Hex D1 8F 7C 0 20 29 12 D 30 41
Octal 321 217 174 0 40 51 22 15 60 101
Binary 11010001 10001111 1111100 0 100000 101001 10010 1101 110000 1000001

Color Harmonies of #D18F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18F7C

Black with #D18F7C

Text Example


Text Example

White with #D18F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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