Html Css Color HEX #D08A50 Whiskey Sour

📋 copy color: '#D08A50'

red 208 ◦ green 138 ◦ blue 80

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

Shades of Whiskey Sour #D08A50

Tints of Whiskey Sour #D08A50

RGB

 RED value IS 208 (81.64% from 255) = 48.83%

 GREEN value IS 138 (54.3% from 255) = 32.39%

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

R = 48.83%
G = 32.39%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D08A50 (or 0xD08A50) is known color: Whiskey Sour. HEX triplet: D0, 8A and 50. RGB value is (208,138,80). Sum of RGB (Red+Green+Blue) = 208+138+80=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08A50 is #2F75AF. Grayscale: #989898. Windows color (decimal): -3110320 or 5278416. OLE color: 5278416.

HSL color Cylindrical-coordinate representation of color #D08A50: hue angle of 27.19º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D08A50 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 138 80 -
CMYK 0 0.34 0.62 0.18
HSL 27.19º 0.58% 0.56% -
HSV(B) 27.19º 0.62% 0.82% -
XYZ 36.55 32.17 11.87 -
YUV 152.32 87.19 167.72 -
System Red Green Blue C M Y K H S L
Decimal 208 138 80 0 0.34 0.62 0.18 27.19 0.58 0.56
Hex D0 8A 50 0 22 3E 12 1B 3A 38
Octal 320 212 120 0 42 76 22 33 72 70
Binary 11010000 10001010 1010000 0 100010 111110 10010 11011 111010 111000

Color Harmonies of #D08A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08A50

Black with #D08A50

Text Example


Text Example

White with #D08A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08A50; }

 p { color: rgb(208,138,80); }

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

background-color css

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

 a { background-color: rgb(208,138,80); }

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

border-color css

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

 span { border-color: rgb(208,138,80); }

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