Html Css Color HEX #D89D6E Feldspar

📋 copy color: '#D89D6E'

red 216 ◦ green 157 ◦ blue 110

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

Shades of Feldspar #D89D6E

Tints of Feldspar #D89D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.77%

R = 44.72%
G = 32.51%
B = 22.77%

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

#D89D6E (or 0xD89D6E) is known color: Feldspar. HEX triplet: D8, 9D and 6E. RGB value is (216,157,110). Sum of RGB (Red+Green+Blue) = 216+157+110=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89D6E is #276291. Grayscale: #A9A9A9. Windows color (decimal): -2581138 or 7249368. OLE color: 7249368.

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

Color convert

RGB 216 157 110 -
CMYK 0 0.27 0.49 0.15
HSL 26.6º 0.58% 0.64% -
HSV(B) 26.6º 0.49% 0.85% -
XYZ 43.19 39.84 20.17 -
YUV 169.28 94.55 161.32 -
System Red Green Blue C M Y K H S L
Decimal 216 157 110 0 0.27 0.49 0.15 26.6 0.58 0.64
Hex D8 9D 6E 0 1B 31 F 1B 3A 40
Octal 330 235 156 0 33 61 17 33 72 100
Binary 11011000 10011101 1101110 0 11011 110001 1111 11011 111010 1000000

Color Harmonies of #D89D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89D6E

Black with #D89D6E

Text Example


Text Example

White with #D89D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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