Html Css Color HEX #D89C74 Feldspar

📋 copy color: '#D89C74'

red 216 ◦ green 156 ◦ blue 116

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

Shades of Feldspar #D89C74

Tints of Feldspar #D89C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.77%

R = 44.26%
G = 31.97%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D89C74 (or 0xD89C74) is known color: Feldspar. HEX triplet: D8, 9C and 74. RGB value is (216,156,116). Sum of RGB (Red+Green+Blue) = 216+156+116=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89C74 is #27638B. Grayscale: #A9A9A9. Windows color (decimal): -2581388 or 7642328. OLE color: 7642328.

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

Color convert

RGB 216 156 116 -
CMYK 0 0.28 0.46 0.15
HSL 24º 0.56% 0.65% -
HSV(B) 24º 0.46% 0.85% -
XYZ 43.36 39.64 21.89 -
YUV 169.38 97.88 161.25 -
System Red Green Blue C M Y K H S L
Decimal 216 156 116 0 0.28 0.46 0.15 24 0.56 0.65
Hex D8 9C 74 0 1C 2E F 18 38 41
Octal 330 234 164 0 34 56 17 30 70 101
Binary 11011000 10011100 1110100 0 11100 101110 1111 11000 111000 1000001

Color Harmonies of #D89C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89C74

Black with #D89C74

Text Example


Text Example

White with #D89C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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