Html Css Color HEX #D08A58 Whiskey Sour

📋 copy color: '#D08A58'

red 208 ◦ green 138 ◦ blue 88

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

Shades of Whiskey Sour #D08A58

Tints of Whiskey Sour #D08A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.28%

R = 47.93%
G = 31.8%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D08A58 (or 0xD08A58) is known color: Whiskey Sour. HEX triplet: D0, 8A and 58. RGB value is (208,138,88). Sum of RGB (Red+Green+Blue) = 208+138+88=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 88 (34.77% from 255 or 20.28% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08A58 is #2F75A7. Grayscale: #999999. Windows color (decimal): -3110312 or 5802704. OLE color: 5802704.

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

Color convert

RGB 208 138 88 -
CMYK 0 0.34 0.58 0.18
HSL 25º 0.56% 0.58% -
HSV(B) 25º 0.58% 0.82% -
XYZ 36.86 32.29 13.52 -
YUV 153.23 91.19 167.07 -
System Red Green Blue C M Y K H S L
Decimal 208 138 88 0 0.34 0.58 0.18 25 0.56 0.58
Hex D0 8A 58 0 22 3A 12 19 38 3A
Octal 320 212 130 0 42 72 22 31 70 72
Binary 11010000 10001010 1011000 0 100010 111010 10010 11001 111000 111010

Color Harmonies of #D08A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08A58

Black with #D08A58

Text Example


Text Example

White with #D08A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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