Html Css Color HEX #D89D76 Feldspar

📋 copy color: '#D89D76'

red 216 ◦ green 157 ◦ blue 118

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

Shades of Feldspar #D89D76

Tints of Feldspar #D89D76

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.98%

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

R = 43.99%
G = 31.98%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D89D76 (or 0xD89D76) is known color: Feldspar. HEX triplet: D8, 9D and 76. RGB value is (216,157,118). Sum of RGB (Red+Green+Blue) = 216+157+118=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89D76 is #276289. Grayscale: #AAAAAA. Windows color (decimal): -2581130 or 7773656. OLE color: 7773656.

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

Color convert

RGB 216 157 118 -
CMYK 0 0.27 0.45 0.15
HSL 23.88º 0.56% 0.65% -
HSV(B) 23.88º 0.45% 0.85% -
XYZ 43.65 40.02 22.56 -
YUV 170.2 98.55 160.67 -
System Red Green Blue C M Y K H S L
Decimal 216 157 118 0 0.27 0.45 0.15 23.88 0.56 0.65
Hex D8 9D 76 0 1B 2D F 18 38 41
Octal 330 235 166 0 33 55 17 30 70 101
Binary 11011000 10011101 1110110 0 11011 101101 1111 11000 111000 1000001

Color Harmonies of #D89D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89D76

Black with #D89D76

Text Example


Text Example

White with #D89D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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