Html Css Color HEX #D89C73 Feldspar

📋 copy color: '#D89C73'

red 216 ◦ green 156 ◦ blue 115

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

Shades of Feldspar #D89C73

Tints of Feldspar #D89C73

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.03%

 BLUE value IS 115 (45.31% from 255) = 23.61%

R = 44.35%
G = 32.03%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D89C73 (or 0xD89C73) is known color: Feldspar. HEX triplet: D8, 9C and 73. RGB value is (216,156,115). Sum of RGB (Red+Green+Blue) = 216+156+115=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89C73 is #27638C. Grayscale: #A9A9A9. Windows color (decimal): -2581389 or 7576792. OLE color: 7576792.

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

Color convert

RGB 216 156 115 -
CMYK 0 0.28 0.47 0.15
HSL 24.36º 0.56% 0.65% -
HSV(B) 24.36º 0.47% 0.85% -
XYZ 43.3 39.61 21.58 -
YUV 169.27 97.38 161.33 -
System Red Green Blue C M Y K H S L
Decimal 216 156 115 0 0.28 0.47 0.15 24.36 0.56 0.65
Hex D8 9C 73 0 1C 2F F 18 38 41
Octal 330 234 163 0 34 57 17 30 70 101
Binary 11011000 10011100 1110011 0 11100 101111 1111 11000 111000 1000001

Color Harmonies of #D89C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89C73

Black with #D89C73

Text Example


Text Example

White with #D89C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89C73; }

 p { color: rgb(216,156,115); }

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

background-color css

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

 a { background-color: rgb(216,156,115); }

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

border-color css

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

 span { border-color: rgb(216,156,115); }

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