Html Css Color HEX #D89176 Feldspar

📋 copy color: '#D89176'

red 216 ◦ green 145 ◦ blue 118

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

Shades of Feldspar #D89176

Tints of Feldspar #D89176

RGB

 RED value IS 216 (84.77% from 255) = 45.09%

 GREEN value IS 145 (57.03% from 255) = 30.27%

 BLUE value IS 118 (46.48% from 255) = 24.63%

R = 45.09%
G = 30.27%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D89176 (or 0xD89176) is known color: Feldspar. HEX triplet: D8, 91 and 76. RGB value is (216,145,118). Sum of RGB (Red+Green+Blue) = 216+145+118=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 118 (46.48% from 255 or 24.63% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D89176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89176 is #276E89. Grayscale: #A3A3A3. Windows color (decimal): -2584202 or 7770584. OLE color: 7770584.

HSL color Cylindrical-coordinate representation of color #D89176: hue angle of 16.53º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D89176 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 145 118 -
CMYK 0 0.33 0.45 0.15
HSL 16.53º 0.56% 0.65% -
HSV(B) 16.53º 0.45% 0.85% -
XYZ 41.71 36.16 21.92 -
YUV 163.15 102.52 165.7 -
System Red Green Blue C M Y K H S L
Decimal 216 145 118 0 0.33 0.45 0.15 16.53 0.56 0.65
Hex D8 91 76 0 21 2D F 11 38 41
Octal 330 221 166 0 41 55 17 21 70 101
Binary 11011000 10010001 1110110 0 100001 101101 1111 10001 111000 1000001

Color Harmonies of #D89176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89176

Black with #D89176

Text Example


Text Example

White with #D89176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89176; }

 p { color: rgb(216,145,118); }

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

background-color css

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

 a { background-color: rgb(216,145,118); }

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

border-color css

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

 span { border-color: rgb(216,145,118); }

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