Html Css Color HEX #D89C7A Feldspar

📋 copy color: '#D89C7A'

red 216 ◦ green 156 ◦ blue 122

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

Shades of Feldspar #D89C7A

Tints of Feldspar #D89C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.7%

R = 43.72%
G = 31.58%
B = 24.7%

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

#D89C7A (or 0xD89C7A) is known color: Feldspar. HEX triplet: D8, 9C and 7A. RGB value is (216,156,122). Sum of RGB (Red+Green+Blue) = 216+156+122=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89C7A is #276385. Grayscale: #AAAAAA. Windows color (decimal): -2581382 or 8035544. OLE color: 8035544.

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

Color convert

RGB 216 156 122 -
CMYK 0 0.28 0.44 0.15
HSL 21.7º 0.55% 0.66% -
HSV(B) 21.7º 0.44% 0.85% -
XYZ 43.72 39.78 23.79 -
YUV 170.06 100.88 160.76 -
System Red Green Blue C M Y K H S L
Decimal 216 156 122 0 0.28 0.44 0.15 21.7 0.55 0.66
Hex D8 9C 7A 0 1C 2C F 16 37 42
Octal 330 234 172 0 34 54 17 26 67 102
Binary 11011000 10011100 1111010 0 11100 101100 1111 10110 110111 1000010

Color Harmonies of #D89C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89C7A

Black with #D89C7A

Text Example


Text Example

White with #D89C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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