Html Css Color HEX #D18A77 Feldspar

📋 copy color: '#D18A77'

red 209 ◦ green 138 ◦ blue 119

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

Shades of Feldspar #D18A77

Tints of Feldspar #D18A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.54%

R = 44.85%
G = 29.61%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D18A77 (or 0xD18A77) is known color: Feldspar. HEX triplet: D1, 8A and 77. RGB value is (209,138,119). Sum of RGB (Red+Green+Blue) = 209+138+119=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18A77 is #2E7588. Grayscale: #9D9D9D. Windows color (decimal): -3044745 or 7834321. OLE color: 7834321.

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

Color convert

RGB 209 138 119 -
CMYK 0 0.34 0.43 0.18
HSL 12.67º 0.49% 0.64% -
HSV(B) 12.67º 0.43% 0.82% -
XYZ 38.71 33.06 21.79 -
YUV 157.06 106.52 165.04 -
System Red Green Blue C M Y K H S L
Decimal 209 138 119 0 0.34 0.43 0.18 12.67 0.49 0.64
Hex D1 8A 77 0 22 2B 12 D 31 40
Octal 321 212 167 0 42 53 22 15 61 100
Binary 11010001 10001010 1110111 0 100010 101011 10010 1101 110001 1000000

Color Harmonies of #D18A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18A77

Black with #D18A77

Text Example


Text Example

White with #D18A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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