Html Css Color HEX #D89965 Whiskey

📋 copy color: '#D89965'

red 216 ◦ green 153 ◦ blue 101

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

Shades of Whiskey #D89965

Tints of Whiskey #D89965

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.55%

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

R = 45.96%
G = 32.55%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D89965 (or 0xD89965) is known color: Whiskey. HEX triplet: D8, 99 and 65. RGB value is (216,153,101). Sum of RGB (Red+Green+Blue) = 216+153+101=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D89965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89965 is #27669A. Grayscale: #A6A6A6. Windows color (decimal): -2582171 or 6658520. OLE color: 6658520.

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

Color convert

RGB 216 153 101 -
CMYK 0 0.29 0.53 0.15
HSL 27.13º 0.6% 0.62% -
HSV(B) 27.13º 0.53% 0.85% -
XYZ 42.06 38.32 17.49 -
YUV 165.91 91.37 163.73 -
System Red Green Blue C M Y K H S L
Decimal 216 153 101 0 0.29 0.53 0.15 27.13 0.6 0.62
Hex D8 99 65 0 1D 35 F 1B 3C 3E
Octal 330 231 145 0 35 65 17 33 74 76
Binary 11011000 10011001 1100101 0 11101 110101 1111 11011 111100 111110

Color Harmonies of #D89965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89965

Black with #D89965

Text Example


Text Example

White with #D89965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89965; }

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

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

background-color css

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

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

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

border-color css

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

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

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