Html Css Color HEX #D89B76 Feldspar

📋 copy color: '#D89B76'

red 216 ◦ green 155 ◦ blue 118

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

Shades of Feldspar #D89B76

Tints of Feldspar #D89B76

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.7%

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

R = 44.17%
G = 31.7%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D89B76 (or 0xD89B76) is known color: Feldspar. HEX triplet: D8, 9B and 76. RGB value is (216,155,118). Sum of RGB (Red+Green+Blue) = 216+155+118=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D89B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89B76 is #276489. Grayscale: #A9A9A9. Windows color (decimal): -2581642 or 7773144. OLE color: 7773144.

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

Color convert

RGB 216 155 118 -
CMYK 0 0.28 0.45 0.15
HSL 22.65º 0.56% 0.65% -
HSV(B) 22.65º 0.45% 0.85% -
XYZ 43.31 39.35 22.45 -
YUV 169.02 99.21 161.51 -
System Red Green Blue C M Y K H S L
Decimal 216 155 118 0 0.28 0.45 0.15 22.65 0.56 0.65
Hex D8 9B 76 0 1C 2D F 17 38 41
Octal 330 233 166 0 34 55 17 27 70 101
Binary 11011000 10011011 1110110 0 11100 101101 1111 10111 111000 1000001

Color Harmonies of #D89B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89B76

Black with #D89B76

Text Example


Text Example

White with #D89B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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