Html Css Color HEX #D89D73 Feldspar

📋 copy color: '#D89D73'

red 216 ◦ green 157 ◦ blue 115

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

Shades of Feldspar #D89D73

Tints of Feldspar #D89D73

RGB

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

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

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

R = 44.26%
G = 32.17%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D89D73 (or 0xD89D73) is known color: Feldspar. HEX triplet: D8, 9D and 73. RGB value is (216,157,115). Sum of RGB (Red+Green+Blue) = 216+157+115=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89D73 is #27628C. Grayscale: #AAAAAA. Windows color (decimal): -2581133 or 7577048. OLE color: 7577048.

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

Color convert

RGB 216 157 115 -
CMYK 0 0.27 0.47 0.15
HSL 24.95º 0.56% 0.65% -
HSV(B) 24.95º 0.47% 0.85% -
XYZ 43.47 39.95 21.64 -
YUV 169.85 97.05 160.92 -
System Red Green Blue C M Y K H S L
Decimal 216 157 115 0 0.27 0.47 0.15 24.95 0.56 0.65
Hex D8 9D 73 0 1B 2F F 19 38 41
Octal 330 235 163 0 33 57 17 31 70 101
Binary 11011000 10011101 1110011 0 11011 101111 1111 11001 111000 1000001

Color Harmonies of #D89D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89D73

Black with #D89D73

Text Example


Text Example

White with #D89D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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