Html Css Color HEX #D89250 Whiskey Sour

📋 copy color: '#D89250'

red 216 ◦ green 146 ◦ blue 80

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

Shades of Whiskey Sour #D89250

Tints of Whiskey Sour #D89250

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.03%

 BLUE value IS 80 (31.64% from 255) = 18.1%

R = 48.87%
G = 33.03%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D89250 (or 0xD89250) is known color: Whiskey Sour. HEX triplet: D8, 92 and 50. RGB value is (216,146,80). Sum of RGB (Red+Green+Blue) = 216+146+80=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D89250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89250 is #276DAF. Grayscale: #9F9F9F. Windows color (decimal): -2583984 or 5280472. OLE color: 5280472.

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

Color convert

RGB 216 146 80 -
CMYK 0 0.32 0.63 0.15
HSL 29.12º 0.64% 0.58% -
HSV(B) 29.12º 0.63% 0.85% -
XYZ 40.05 35.74 12.38 -
YUV 159.41 83.19 168.37 -
System Red Green Blue C M Y K H S L
Decimal 216 146 80 0 0.32 0.63 0.15 29.12 0.64 0.58
Hex D8 92 50 0 20 3F F 1D 40 3A
Octal 330 222 120 0 40 77 17 35 100 72
Binary 11011000 10010010 1010000 0 100000 111111 1111 11101 1000000 111010

Color Harmonies of #D89250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89250

Black with #D89250

Text Example


Text Example

White with #D89250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89250; }

 p { color: rgb(216,146,80); }

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

background-color css

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

 a { background-color: rgb(216,146,80); }

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

border-color css

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

 span { border-color: rgb(216,146,80); }

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