Html Css Color HEX #D89D74 Feldspar

📋 copy color: '#D89D74'

red 216 ◦ green 157 ◦ blue 116

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

Shades of Feldspar #D89D74

Tints of Feldspar #D89D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.72%

R = 44.17%
G = 32.11%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D89D74 (or 0xD89D74) is known color: Feldspar. HEX triplet: D8, 9D and 74. RGB value is (216,157,116). Sum of RGB (Red+Green+Blue) = 216+157+116=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89D74 is #27628B. Grayscale: #AAAAAA. Windows color (decimal): -2581132 or 7642584. OLE color: 7642584.

HSL color Cylindrical-coordinate representation of color #D89D74: hue angle of 24.6º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D89D74 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 157 116 -
CMYK 0 0.27 0.46 0.15
HSL 24.6º 0.56% 0.65% -
HSV(B) 24.6º 0.46% 0.85% -
XYZ 43.53 39.97 21.94 -
YUV 169.97 97.55 160.83 -
System Red Green Blue C M Y K H S L
Decimal 216 157 116 0 0.27 0.46 0.15 24.6 0.56 0.65
Hex D8 9D 74 0 1B 2E F 19 38 41
Octal 330 235 164 0 33 56 17 31 70 101
Binary 11011000 10011101 1110100 0 11011 101110 1111 11001 111000 1000001

Color Harmonies of #D89D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89D74

Black with #D89D74

Text Example


Text Example

White with #D89D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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