Html Css Color HEX #D89B6A Whiskey

📋 copy color: '#D89B6A'

red 216 ◦ green 155 ◦ blue 106

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

Shades of Whiskey #D89B6A

Tints of Whiskey #D89B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.22%

R = 45.28%
G = 32.49%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D89B6A (or 0xD89B6A) is known color: Whiskey. HEX triplet: D8, 9B and 6A. RGB value is (216,155,106). Sum of RGB (Red+Green+Blue) = 216+155+106=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D89B6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89B6A is #276495. Grayscale: #A7A7A7. Windows color (decimal): -2581654 or 6986712. OLE color: 6986712.

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

Color convert

RGB 216 155 106 -
CMYK 0 0.28 0.51 0.15
HSL 26.73º 0.59% 0.63% -
HSV(B) 26.73º 0.51% 0.85% -
XYZ 42.64 39.08 18.93 -
YUV 167.65 93.21 162.48 -
System Red Green Blue C M Y K H S L
Decimal 216 155 106 0 0.28 0.51 0.15 26.73 0.59 0.63
Hex D8 9B 6A 0 1C 33 F 1B 3B 3F
Octal 330 233 152 0 34 63 17 33 73 77
Binary 11011000 10011011 1101010 0 11100 110011 1111 11011 111011 111111

Color Harmonies of #D89B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89B6A

Black with #D89B6A

Text Example


Text Example

White with #D89B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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