Html Css Color HEX #D89066 Whiskey

📋 copy color: '#D89066'

red 216 ◦ green 144 ◦ blue 102

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

Shades of Whiskey #D89066

Tints of Whiskey #D89066

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.17%

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

R = 46.75%
G = 31.17%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D89066 (or 0xD89066) is known color: Whiskey. HEX triplet: D8, 90 and 66. RGB value is (216,144,102). Sum of RGB (Red+Green+Blue) = 216+144+102=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D89066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89066 is #276F99. Grayscale: #A0A0A0. Windows color (decimal): -2584474 or 6721752. OLE color: 6721752.

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

Color convert

RGB 216 144 102 -
CMYK 0 0.33 0.53 0.15
HSL 22.11º 0.59% 0.62% -
HSV(B) 22.11º 0.53% 0.85% -
XYZ 40.69 35.5 17.28 -
YUV 160.74 94.85 167.42 -
System Red Green Blue C M Y K H S L
Decimal 216 144 102 0 0.33 0.53 0.15 22.11 0.59 0.62
Hex D8 90 66 0 21 35 F 16 3B 3E
Octal 330 220 146 0 41 65 17 26 73 76
Binary 11011000 10010000 1100110 0 100001 110101 1111 10110 111011 111110

Color Harmonies of #D89066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89066

Black with #D89066

Text Example


Text Example

White with #D89066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89066; }

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

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

background-color css

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

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

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

border-color css

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

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

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