Html Css Color HEX #D89A77 Feldspar

📋 copy color: '#D89A77'

red 216 ◦ green 154 ◦ blue 119

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

Shades of Feldspar #D89A77

Tints of Feldspar #D89A77

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.49%

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

R = 44.17%
G = 31.49%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D89A77 (or 0xD89A77) is known color: Feldspar. HEX triplet: D8, 9A and 77. RGB value is (216,154,119). Sum of RGB (Red+Green+Blue) = 216+154+119=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 119 (46.88% from 255 or 24.34% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89A77 is #276588. Grayscale: #A8A8A8. Windows color (decimal): -2581897 or 7838424. OLE color: 7838424.

HSL color Cylindrical-coordinate representation of color #D89A77: hue angle of 21.65º 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 #D89A77 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 154 119 -
CMYK 0 0.29 0.45 0.15
HSL 21.65º 0.55% 0.66% -
HSV(B) 21.65º 0.45% 0.85% -
XYZ 43.2 39.04 22.71 -
YUV 168.55 100.04 161.85 -
System Red Green Blue C M Y K H S L
Decimal 216 154 119 0 0.29 0.45 0.15 21.65 0.55 0.66
Hex D8 9A 77 0 1D 2D F 16 37 42
Octal 330 232 167 0 35 55 17 26 67 102
Binary 11011000 10011010 1110111 0 11101 101101 1111 10110 110111 1000010

Color Harmonies of #D89A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89A77

Black with #D89A77

Text Example


Text Example

White with #D89A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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