Html Css Color HEX #D89B70 Feldspar

📋 copy color: '#D89B70'

red 216 ◦ green 155 ◦ blue 112

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

Shades of Feldspar #D89B70

Tints of Feldspar #D89B70

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.09%

 BLUE value IS 112 (44.14% from 255) = 23.19%

R = 44.72%
G = 32.09%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D89B70 (or 0xD89B70) is known color: Feldspar. HEX triplet: D8, 9B and 70. RGB value is (216,155,112). Sum of RGB (Red+Green+Blue) = 216+155+112=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D89B70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89B70 is #27648F. Grayscale: #A8A8A8. Windows color (decimal): -2581648 or 7379928. OLE color: 7379928.

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

Color convert

RGB 216 155 112 -
CMYK 0 0.28 0.48 0.15
HSL 24.81º 0.57% 0.64% -
HSV(B) 24.81º 0.48% 0.85% -
XYZ 42.96 39.21 20.63 -
YUV 168.34 96.21 162 -
System Red Green Blue C M Y K H S L
Decimal 216 155 112 0 0.28 0.48 0.15 24.81 0.57 0.64
Hex D8 9B 70 0 1C 30 F 19 39 40
Octal 330 233 160 0 34 60 17 31 71 100
Binary 11011000 10011011 1110000 0 11100 110000 1111 11001 111001 1000000

Color Harmonies of #D89B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89B70

Black with #D89B70

Text Example


Text Example

White with #D89B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89B70; }

 p { color: rgb(216,155,112); }

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

background-color css

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

 a { background-color: rgb(216,155,112); }

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

border-color css

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

 span { border-color: rgb(216,155,112); }

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