Html Css Color HEX #D89177 Feldspar

📋 copy color: '#D89177'

red 216 ◦ green 145 ◦ blue 119

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

Shades of Feldspar #D89177

Tints of Feldspar #D89177

RGB

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

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

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

R = 45%
G = 30.21%
B = 24.79%

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

#D89177 (or 0xD89177) is known color: Feldspar. HEX triplet: D8, 91 and 77. RGB value is (216,145,119). Sum of RGB (Red+Green+Blue) = 216+145+119=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D89177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89177 is #276E88. Grayscale: #A3A3A3. Windows color (decimal): -2584201 or 7836120. OLE color: 7836120.

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

Color convert

RGB 216 145 119 -
CMYK 0 0.33 0.45 0.15
HSL 16.08º 0.55% 0.66% -
HSV(B) 16.08º 0.45% 0.85% -
XYZ 41.77 36.18 22.23 -
YUV 163.27 103.02 165.61 -
System Red Green Blue C M Y K H S L
Decimal 216 145 119 0 0.33 0.45 0.15 16.08 0.55 0.66
Hex D8 91 77 0 21 2D F 10 37 42
Octal 330 221 167 0 41 55 17 20 67 102
Binary 11011000 10010001 1110111 0 100001 101101 1111 10000 110111 1000010

Color Harmonies of #D89177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89177

Black with #D89177

Text Example


Text Example

White with #D89177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89177; }

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

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

background-color css

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

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

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

border-color css

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

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

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