Html Css Color HEX #D18B77 Feldspar

📋 copy color: '#D18B77'

red 209 ◦ green 139 ◦ blue 119

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

Shades of Feldspar #D18B77

Tints of Feldspar #D18B77

RGB

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

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

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

R = 44.75%
G = 29.76%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D18B77 (or 0xD18B77) is known color: Feldspar. HEX triplet: D1, 8B and 77. RGB value is (209,139,119). Sum of RGB (Red+Green+Blue) = 209+139+119=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18B77 is #2E7488. Grayscale: #9D9D9D. Windows color (decimal): -3044489 or 7834577. OLE color: 7834577.

HSL color Cylindrical-coordinate representation of color #D18B77: hue angle of 13.33º 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 #D18B77 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 139 119 -
CMYK 0 0.33 0.43 0.18
HSL 13.33º 0.49% 0.64% -
HSV(B) 13.33º 0.43% 0.82% -
XYZ 38.86 33.35 21.84 -
YUV 157.65 106.19 164.63 -
System Red Green Blue C M Y K H S L
Decimal 209 139 119 0 0.33 0.43 0.18 13.33 0.49 0.64
Hex D1 8B 77 0 21 2B 12 D 31 40
Octal 321 213 167 0 41 53 22 15 61 100
Binary 11010001 10001011 1110111 0 100001 101011 10010 1101 110001 1000000

Color Harmonies of #D18B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18B77

Black with #D18B77

Text Example


Text Example

White with #D18B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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