Html Css Color HEX #D89C78 Feldspar

📋 copy color: '#D89C78'

red 216 ◦ green 156 ◦ blue 120

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

Shades of Feldspar #D89C78

Tints of Feldspar #D89C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.39%

R = 43.9%
G = 31.71%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D89C78 (or 0xD89C78) is known color: Feldspar. HEX triplet: D8, 9C and 78. RGB value is (216,156,120). Sum of RGB (Red+Green+Blue) = 216+156+120=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89C78 is #276387. Grayscale: #AAAAAA. Windows color (decimal): -2581384 or 7904472. OLE color: 7904472.

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

Color convert

RGB 216 156 120 -
CMYK 0 0.28 0.44 0.15
HSL 22.5º 0.55% 0.66% -
HSV(B) 22.5º 0.44% 0.85% -
XYZ 43.6 39.73 23.14 -
YUV 169.84 99.88 160.93 -
System Red Green Blue C M Y K H S L
Decimal 216 156 120 0 0.28 0.44 0.15 22.5 0.55 0.66
Hex D8 9C 78 0 1C 2C F 16 37 42
Octal 330 234 170 0 34 54 17 26 67 102
Binary 11011000 10011100 1111000 0 11100 101100 1111 10110 110111 1000010

Color Harmonies of #D89C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89C78

Black with #D89C78

Text Example


Text Example

White with #D89C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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