Html Css Color HEX #D18F7A Feldspar

📋 copy color: '#D18F7A'

red 209 ◦ green 143 ◦ blue 122

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

Shades of Feldspar #D18F7A

Tints of Feldspar #D18F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.74%

R = 44.09%
G = 30.17%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D18F7A (or 0xD18F7A) is known color: Feldspar. HEX triplet: D1, 8F and 7A. RGB value is (209,143,122). Sum of RGB (Red+Green+Blue) = 209+143+122=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18F7A is #2E7085. Grayscale: #A0A0A0. Windows color (decimal): -3043462 or 8032209. OLE color: 8032209.

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

Color convert

RGB 209 143 122 -
CMYK 0 0.32 0.42 0.18
HSL 14.48º 0.49% 0.65% -
HSV(B) 14.48º 0.42% 0.82% -
XYZ 39.63 34.61 23 -
YUV 160.34 106.37 162.71 -
System Red Green Blue C M Y K H S L
Decimal 209 143 122 0 0.32 0.42 0.18 14.48 0.49 0.65
Hex D1 8F 7A 0 20 2A 12 E 31 41
Octal 321 217 172 0 40 52 22 16 61 101
Binary 11010001 10001111 1111010 0 100000 101010 10010 1110 110001 1000001

Color Harmonies of #D18F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18F7A

Black with #D18F7A

Text Example


Text Example

White with #D18F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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