Html Css Color HEX #D89E6F Feldspar

📋 copy color: '#D89E6F'

red 216 ◦ green 158 ◦ blue 111

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

Shades of Feldspar #D89E6F

Tints of Feldspar #D89E6F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.58%

 BLUE value IS 111 (43.75% from 255) = 22.89%

R = 44.54%
G = 32.58%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D89E6F (or 0xD89E6F) is known color: Feldspar. HEX triplet: D8, 9E and 6F. RGB value is (216,158,111). Sum of RGB (Red+Green+Blue) = 216+158+111=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D89E6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89E6F is #276190. Grayscale: #AAAAAA. Windows color (decimal): -2580881 or 7315160. OLE color: 7315160.

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

Color convert

RGB 216 158 111 -
CMYK 0 0.27 0.49 0.15
HSL 26.86º 0.57% 0.64% -
HSV(B) 26.86º 0.49% 0.85% -
XYZ 43.42 40.2 20.51 -
YUV 169.98 94.72 160.82 -
System Red Green Blue C M Y K H S L
Decimal 216 158 111 0 0.27 0.49 0.15 26.86 0.57 0.64
Hex D8 9E 6F 0 1B 31 F 1B 39 40
Octal 330 236 157 0 33 61 17 33 71 100
Binary 11011000 10011110 1101111 0 11011 110001 1111 11011 111001 1000000

Color Harmonies of #D89E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89E6F

Black with #D89E6F

Text Example


Text Example

White with #D89E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89E6F; }

 p { color: rgb(216,158,111); }

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

background-color css

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

 a { background-color: rgb(216,158,111); }

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

border-color css

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

 span { border-color: rgb(216,158,111); }

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