Html Css Color HEX #D89D72 Feldspar

📋 copy color: '#D89D72'

red 216 ◦ green 157 ◦ blue 114

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

Shades of Feldspar #D89D72

Tints of Feldspar #D89D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.41%

R = 44.35%
G = 32.24%
B = 23.41%

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

#D89D72 (or 0xD89D72) is known color: Feldspar. HEX triplet: D8, 9D and 72. RGB value is (216,157,114). Sum of RGB (Red+Green+Blue) = 216+157+114=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89D72 is #27628D. Grayscale: #A9A9A9. Windows color (decimal): -2581134 or 7511512. OLE color: 7511512.

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

Color convert

RGB 216 157 114 -
CMYK 0 0.27 0.47 0.15
HSL 25.29º 0.57% 0.65% -
HSV(B) 25.29º 0.47% 0.85% -
XYZ 43.41 39.93 21.34 -
YUV 169.74 96.55 161 -
System Red Green Blue C M Y K H S L
Decimal 216 157 114 0 0.27 0.47 0.15 25.29 0.57 0.65
Hex D8 9D 72 0 1B 2F F 19 39 41
Octal 330 235 162 0 33 57 17 31 71 101
Binary 11011000 10011101 1110010 0 11011 101111 1111 11001 111001 1000001

Color Harmonies of #D89D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89D72

Black with #D89D72

Text Example


Text Example

White with #D89D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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