Html Css Color HEX #D89465 Whiskey

📋 copy color: '#D89465'

red 216 ◦ green 148 ◦ blue 101

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

Shades of Whiskey #D89465

Tints of Whiskey #D89465

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.83%

 BLUE value IS 101 (39.84% from 255) = 21.72%

R = 46.45%
G = 31.83%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D89465 (or 0xD89465) is known color: Whiskey. HEX triplet: D8, 94 and 65. RGB value is (216,148,101). Sum of RGB (Red+Green+Blue) = 216+148+101=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D89465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89465 is #276B9A. Grayscale: #A3A3A3. Windows color (decimal): -2583451 or 6657240. OLE color: 6657240.

HSL color Cylindrical-coordinate representation of color #D89465: hue angle of 24.52º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D89465 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 148 101 -
CMYK 0 0.31 0.53 0.15
HSL 24.52º 0.6% 0.62% -
HSV(B) 24.52º 0.53% 0.85% -
XYZ 41.26 36.72 17.22 -
YUV 162.97 93.03 165.82 -
System Red Green Blue C M Y K H S L
Decimal 216 148 101 0 0.31 0.53 0.15 24.52 0.6 0.62
Hex D8 94 65 0 1F 35 F 19 3C 3E
Octal 330 224 145 0 37 65 17 31 74 76
Binary 11011000 10010100 1100101 0 11111 110101 1111 11001 111100 111110

Color Harmonies of #D89465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89465

Black with #D89465

Text Example


Text Example

White with #D89465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89465; }

 p { color: rgb(216,148,101); }

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

background-color css

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

 a { background-color: rgb(216,148,101); }

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

border-color css

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

 span { border-color: rgb(216,148,101); }

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