Html Css Color HEX #D09A58 Whiskey Sour

📋 copy color: '#D09A58'

red 208 ◦ green 154 ◦ blue 88

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

Shades of Whiskey Sour #D09A58

Tints of Whiskey Sour #D09A58

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.22%

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

R = 46.22%
G = 34.22%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D09A58 (or 0xD09A58) is known color: Whiskey Sour. HEX triplet: D0, 9A and 58. RGB value is (208,154,88). Sum of RGB (Red+Green+Blue) = 208+154+88=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 154 (60.55% from 255 or 34.22% from 450); Blue value is 88 (34.77% from 255 or 19.56% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09A58 is #2F65A7. Grayscale: #A2A2A2. Windows color (decimal): -3106216 or 5806800. OLE color: 5806800.

HSL color Cylindrical-coordinate representation of color #D09A58: hue angle of 33º 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 #D09A58 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 154 88 -
CMYK 0 0.26 0.58 0.18
HSL 33º 0.56% 0.58% -
HSV(B) 33º 0.58% 0.82% -
XYZ 39.33 37.23 14.34 -
YUV 162.62 85.89 160.37 -
System Red Green Blue C M Y K H S L
Decimal 208 154 88 0 0.26 0.58 0.18 33 0.56 0.58
Hex D0 9A 58 0 1A 3A 12 21 38 3A
Octal 320 232 130 0 32 72 22 41 70 72
Binary 11010000 10011010 1011000 0 11010 111010 10010 100001 111000 111010

Color Harmonies of #D09A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09A58

Black with #D09A58

Text Example


Text Example

White with #D09A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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