Html Css Color HEX #D08D5A Whiskey Sour

📋 copy color: '#D08D5A'

red 208 ◦ green 141 ◦ blue 90

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

Shades of Whiskey Sour #D08D5A

Tints of Whiskey Sour #D08D5A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.12%

 BLUE value IS 90 (35.55% from 255) = 20.5%

R = 47.38%
G = 32.12%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D08D5A (or 0xD08D5A) is known color: Whiskey Sour. HEX triplet: D0, 8D and 5A. RGB value is (208,141,90). Sum of RGB (Red+Green+Blue) = 208+141+90=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08D5A is #2F72A5. Grayscale: #9B9B9B. Windows color (decimal): -3109542 or 5934544. OLE color: 5934544.

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

Color convert

RGB 208 141 90 -
CMYK 0 0.32 0.57 0.18
HSL 25.93º 0.56% 0.58% -
HSV(B) 25.93º 0.57% 0.82% -
XYZ 37.38 33.2 14.11 -
YUV 155.22 91.2 165.65 -
System Red Green Blue C M Y K H S L
Decimal 208 141 90 0 0.32 0.57 0.18 25.93 0.56 0.58
Hex D0 8D 5A 0 20 39 12 1A 38 3A
Octal 320 215 132 0 40 71 22 32 70 72
Binary 11010000 10001101 1011010 0 100000 111001 10010 11010 111000 111010

Color Harmonies of #D08D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08D5A

Black with #D08D5A

Text Example


Text Example

White with #D08D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08D5A; }

 p { color: rgb(208,141,90); }

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

background-color css

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

 a { background-color: rgb(208,141,90); }

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

border-color css

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

 span { border-color: rgb(208,141,90); }

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