Html Css Color HEX #D18A75 Feldspar

📋 copy color: '#D18A75'

red 209 ◦ green 138 ◦ blue 117

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

Shades of Feldspar #D18A75

Tints of Feldspar #D18A75

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.74%

 BLUE value IS 117 (46.09% from 255) = 25.22%

R = 45.04%
G = 29.74%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D18A75 (or 0xD18A75) is known color: Feldspar. HEX triplet: D1, 8A and 75. RGB value is (209,138,117). Sum of RGB (Red+Green+Blue) = 209+138+117=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18A75 is #2E758A. Grayscale: #9C9C9C. Windows color (decimal): -3044747 or 7703249. OLE color: 7703249.

HSL color Cylindrical-coordinate representation of color #D18A75: hue angle of 13.7º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D18A75 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 138 117 -
CMYK 0 0.34 0.44 0.18
HSL 13.7º 0.5% 0.64% -
HSV(B) 13.7º 0.44% 0.82% -
XYZ 38.59 33.02 21.17 -
YUV 156.84 105.52 165.21 -
System Red Green Blue C M Y K H S L
Decimal 209 138 117 0 0.34 0.44 0.18 13.7 0.5 0.64
Hex D1 8A 75 0 22 2C 12 E 32 40
Octal 321 212 165 0 42 54 22 16 62 100
Binary 11010001 10001010 1110101 0 100010 101100 10010 1110 110010 1000000

Color Harmonies of #D18A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18A75

Black with #D18A75

Text Example


Text Example

White with #D18A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18A75; }

 p { color: rgb(209,138,117); }

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

background-color css

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

 a { background-color: rgb(209,138,117); }

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

border-color css

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

 span { border-color: rgb(209,138,117); }

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