Html Css Color HEX #D89A7C Feldspar

📋 copy color: '#D89A7C'

red 216 ◦ green 154 ◦ blue 124

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

Shades of Feldspar #D89A7C

Tints of Feldspar #D89A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.1%

R = 43.72%
G = 31.17%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D89A7C (or 0xD89A7C) is known color: Feldspar. HEX triplet: D8, 9A and 7C. RGB value is (216,154,124). Sum of RGB (Red+Green+Blue) = 216+154+124=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89A7C is #276583. Grayscale: #A9A9A9. Windows color (decimal): -2581892 or 8166104. OLE color: 8166104.

HSL color Cylindrical-coordinate representation of color #D89A7C: hue angle of 19.57º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D89A7C is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 154 124 -
CMYK 0 0.29 0.43 0.15
HSL 19.57º 0.54% 0.67% -
HSV(B) 19.57º 0.43% 0.85% -
XYZ 43.51 39.17 24.34 -
YUV 169.12 102.54 161.44 -
System Red Green Blue C M Y K H S L
Decimal 216 154 124 0 0.29 0.43 0.15 19.57 0.54 0.67
Hex D8 9A 7C 0 1D 2B F 14 36 43
Octal 330 232 174 0 35 53 17 24 66 103
Binary 11011000 10011010 1111100 0 11101 101011 1111 10100 110110 1000011

Color Harmonies of #D89A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89A7C

Black with #D89A7C

Text Example


Text Example

White with #D89A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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