Html Css Color HEX #D09960 Whiskey Sour

📋 copy color: '#D09960'

red 208 ◦ green 153 ◦ blue 96

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

Shades of Whiskey Sour #D09960

Tints of Whiskey Sour #D09960

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.48%

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

R = 45.51%
G = 33.48%
B = 21.01%

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

#D09960 (or 0xD09960) is known color: Whiskey Sour. HEX triplet: D0, 99 and 60. RGB value is (208,153,96). Sum of RGB (Red+Green+Blue) = 208+153+96=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D09960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09960 is #2F669F. Grayscale: #A3A3A3. Windows color (decimal): -3106464 or 6330832. OLE color: 6330832.

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

Color convert

RGB 208 153 96 -
CMYK 0 0.26 0.54 0.18
HSL 30.54º 0.54% 0.6% -
HSV(B) 30.54º 0.54% 0.82% -
XYZ 39.51 37.04 16.13 -
YUV 162.95 90.22 160.13 -
System Red Green Blue C M Y K H S L
Decimal 208 153 96 0 0.26 0.54 0.18 30.54 0.54 0.6
Hex D0 99 60 0 1A 36 12 1F 36 3C
Octal 320 231 140 0 32 66 22 37 66 74
Binary 11010000 10011001 1100000 0 11010 110110 10010 11111 110110 111100

Color Harmonies of #D09960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09960

Black with #D09960

Text Example


Text Example

White with #D09960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09960; }

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

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

background-color css

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

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

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

border-color css

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

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

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