Html Css Color HEX #D89A78 Feldspar

📋 copy color: '#D89A78'

red 216 ◦ green 154 ◦ blue 120

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

Shades of Feldspar #D89A78

Tints of Feldspar #D89A78

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.43%

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

R = 44.08%
G = 31.43%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D89A78 (or 0xD89A78) is known color: Feldspar. HEX triplet: D8, 9A and 78. RGB value is (216,154,120). Sum of RGB (Red+Green+Blue) = 216+154+120=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89A78 is #276587. Grayscale: #A8A8A8. Windows color (decimal): -2581896 or 7903960. OLE color: 7903960.

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

Color convert

RGB 216 154 120 -
CMYK 0 0.29 0.44 0.15
HSL 21.25º 0.55% 0.66% -
HSV(B) 21.25º 0.44% 0.85% -
XYZ 43.26 39.07 23.03 -
YUV 168.66 100.54 161.76 -
System Red Green Blue C M Y K H S L
Decimal 216 154 120 0 0.29 0.44 0.15 21.25 0.55 0.66
Hex D8 9A 78 0 1D 2C F 15 37 42
Octal 330 232 170 0 35 54 17 25 67 102
Binary 11011000 10011010 1111000 0 11101 101100 1111 10101 110111 1000010

Color Harmonies of #D89A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89A78

Black with #D89A78

Text Example


Text Example

White with #D89A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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