Html Css Color HEX #D89C79 Feldspar

📋 copy color: '#D89C79'

red 216 ◦ green 156 ◦ blue 121

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

Shades of Feldspar #D89C79

Tints of Feldspar #D89C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.54%

R = 43.81%
G = 31.64%
B = 24.54%

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

#D89C79 (or 0xD89C79) is known color: Feldspar. HEX triplet: D8, 9C and 79. RGB value is (216,156,121). Sum of RGB (Red+Green+Blue) = 216+156+121=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89C79 is #276386. Grayscale: #AAAAAA. Windows color (decimal): -2581383 or 7970008. OLE color: 7970008.

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

Color convert

RGB 216 156 121 -
CMYK 0 0.28 0.44 0.15
HSL 22.11º 0.55% 0.66% -
HSV(B) 22.11º 0.44% 0.85% -
XYZ 43.66 39.76 23.46 -
YUV 169.95 100.38 160.85 -
System Red Green Blue C M Y K H S L
Decimal 216 156 121 0 0.28 0.44 0.15 22.11 0.55 0.66
Hex D8 9C 79 0 1C 2C F 16 37 42
Octal 330 234 171 0 34 54 17 26 67 102
Binary 11011000 10011100 1111001 0 11100 101100 1111 10110 110111 1000010

Color Harmonies of #D89C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89C79

Black with #D89C79

Text Example


Text Example

White with #D89C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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