Html Css Color HEX #D89076 Feldspar

📋 copy color: '#D89076'

red 216 ◦ green 144 ◦ blue 118

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

Shades of Feldspar #D89076

Tints of Feldspar #D89076

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.13%

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

R = 45.19%
G = 30.13%
B = 24.69%

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

#D89076 (or 0xD89076) is known color: Feldspar. HEX triplet: D8, 90 and 76. RGB value is (216,144,118). Sum of RGB (Red+Green+Blue) = 216+144+118=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D89076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89076 is #276F89. Grayscale: #A2A2A2. Windows color (decimal): -2584458 or 7770328. OLE color: 7770328.

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

Color convert

RGB 216 144 118 -
CMYK 0 0.33 0.45 0.15
HSL 15.92º 0.56% 0.65% -
HSV(B) 15.92º 0.45% 0.85% -
XYZ 41.56 35.85 21.87 -
YUV 162.56 102.85 166.11 -
System Red Green Blue C M Y K H S L
Decimal 216 144 118 0 0.33 0.45 0.15 15.92 0.56 0.65
Hex D8 90 76 0 21 2D F 10 38 41
Octal 330 220 166 0 41 55 17 20 70 101
Binary 11011000 10010000 1110110 0 100001 101101 1111 10000 111000 1000001

Color Harmonies of #D89076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89076

Black with #D89076

Text Example


Text Example

White with #D89076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89076; }

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

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

background-color css

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

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

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

border-color css

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

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

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