Html Css Color HEX #D09A60 Whiskey Sour

📋 copy color: '#D09A60'

red 208 ◦ green 154 ◦ blue 96

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

Shades of Whiskey Sour #D09A60

Tints of Whiskey Sour #D09A60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.96%

R = 45.41%
G = 33.62%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D09A60 (or 0xD09A60) is known color: Whiskey Sour. HEX triplet: D0, 9A and 60. RGB value is (208,154,96). Sum of RGB (Red+Green+Blue) = 208+154+96=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09A60 is #2F659F. Grayscale: #A3A3A3. Windows color (decimal): -3106208 or 6331088. OLE color: 6331088.

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

Color convert

RGB 208 154 96 -
CMYK 0 0.26 0.54 0.18
HSL 31.07º 0.54% 0.6% -
HSV(B) 31.07º 0.54% 0.82% -
XYZ 39.68 37.37 16.19 -
YUV 163.53 89.89 159.72 -
System Red Green Blue C M Y K H S L
Decimal 208 154 96 0 0.26 0.54 0.18 31.07 0.54 0.6
Hex D0 9A 60 0 1A 36 12 1F 36 3C
Octal 320 232 140 0 32 66 22 37 66 74
Binary 11010000 10011010 1100000 0 11010 110110 10010 11111 110110 111100

Color Harmonies of #D09A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09A60

Black with #D09A60

Text Example


Text Example

White with #D09A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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