Html Css Color HEX #D89966 Whiskey

📋 copy color: '#D89966'

red 216 ◦ green 153 ◦ blue 102

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

Shades of Whiskey #D89966

Tints of Whiskey #D89966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.66%

R = 45.86%
G = 32.48%
B = 21.66%

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

#D89966 (or 0xD89966) is known color: Whiskey. HEX triplet: D8, 99 and 66. RGB value is (216,153,102). Sum of RGB (Red+Green+Blue) = 216+153+102=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D89966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89966 is #276699. Grayscale: #A6A6A6. Windows color (decimal): -2582170 or 6724056. OLE color: 6724056.

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

Color convert

RGB 216 153 102 -
CMYK 0 0.29 0.53 0.15
HSL 26.84º 0.59% 0.62% -
HSV(B) 26.84º 0.53% 0.85% -
XYZ 42.11 38.34 17.75 -
YUV 166.02 91.87 163.65 -
System Red Green Blue C M Y K H S L
Decimal 216 153 102 0 0.29 0.53 0.15 26.84 0.59 0.62
Hex D8 99 66 0 1D 35 F 1B 3B 3E
Octal 330 231 146 0 35 65 17 33 73 76
Binary 11011000 10011001 1100110 0 11101 110101 1111 11011 111011 111110

Color Harmonies of #D89966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89966

Black with #D89966

Text Example


Text Example

White with #D89966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89966; }

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

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

background-color css

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

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

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

border-color css

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

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

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