Html Css Color HEX #D89252 Whiskey Sour

📋 copy color: '#D89252'

red 216 ◦ green 146 ◦ blue 82

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

Shades of Whiskey Sour #D89252

Tints of Whiskey Sour #D89252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.47%

R = 48.65%
G = 32.88%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D89252 (or 0xD89252) is known color: Whiskey Sour. HEX triplet: D8, 92 and 52. RGB value is (216,146,82). Sum of RGB (Red+Green+Blue) = 216+146+82=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D89252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89252 is #276DAD. Grayscale: #9F9F9F. Windows color (decimal): -2583982 or 5411544. OLE color: 5411544.

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

Color convert

RGB 216 146 82 -
CMYK 0 0.32 0.62 0.15
HSL 28.66º 0.63% 0.58% -
HSV(B) 28.66º 0.62% 0.85% -
XYZ 40.12 35.77 12.77 -
YUV 159.63 84.19 168.2 -
System Red Green Blue C M Y K H S L
Decimal 216 146 82 0 0.32 0.62 0.15 28.66 0.63 0.58
Hex D8 92 52 0 20 3E F 1D 3F 3A
Octal 330 222 122 0 40 76 17 35 77 72
Binary 11011000 10010010 1010010 0 100000 111110 1111 11101 111111 111010

Color Harmonies of #D89252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89252

Black with #D89252

Text Example


Text Example

White with #D89252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89252; }

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

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

background-color css

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

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

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

border-color css

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

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

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