Html Css Color HEX #D89476 Feldspar

📋 copy color: '#D89476'

red 216 ◦ green 148 ◦ blue 118

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

Shades of Feldspar #D89476

Tints of Feldspar #D89476

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.71%

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

R = 44.81%
G = 30.71%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D89476 (or 0xD89476) is known color: Feldspar. HEX triplet: D8, 94 and 76. RGB value is (216,148,118). Sum of RGB (Red+Green+Blue) = 216+148+118=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D89476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89476 is #276B89. Grayscale: #A5A5A5. Windows color (decimal): -2583434 or 7771352. OLE color: 7771352.

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

Color convert

RGB 216 148 118 -
CMYK 0 0.31 0.45 0.15
HSL 18.37º 0.56% 0.65% -
HSV(B) 18.37º 0.45% 0.85% -
XYZ 42.18 37.09 22.07 -
YUV 164.91 101.53 164.44 -
System Red Green Blue C M Y K H S L
Decimal 216 148 118 0 0.31 0.45 0.15 18.37 0.56 0.65
Hex D8 94 76 0 1F 2D F 12 38 41
Octal 330 224 166 0 37 55 17 22 70 101
Binary 11011000 10010100 1110110 0 11111 101101 1111 10010 111000 1000001

Color Harmonies of #D89476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89476

Black with #D89476

Text Example


Text Example

White with #D89476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89476; }

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

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

background-color css

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

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

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

border-color css

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

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

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