Html Css Color HEX #D09560 Whiskey Sour

📋 copy color: '#D09560'

red 208 ◦ green 149 ◦ blue 96

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

Shades of Whiskey Sour #D09560

Tints of Whiskey Sour #D09560

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.89%

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

R = 45.92%
G = 32.89%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D09560 (or 0xD09560) is known color: Whiskey Sour. HEX triplet: D0, 95 and 60. RGB value is (208,149,96). Sum of RGB (Red+Green+Blue) = 208+149+96=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D09560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09560 is #2F6A9F. Grayscale: #A0A0A0. Windows color (decimal): -3107488 or 6329808. OLE color: 6329808.

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

Color convert

RGB 208 149 96 -
CMYK 0 0.28 0.54 0.18
HSL 28.39º 0.54% 0.6% -
HSV(B) 28.39º 0.54% 0.82% -
XYZ 38.87 35.75 15.92 -
YUV 160.6 91.55 161.81 -
System Red Green Blue C M Y K H S L
Decimal 208 149 96 0 0.28 0.54 0.18 28.39 0.54 0.6
Hex D0 95 60 0 1C 36 12 1C 36 3C
Octal 320 225 140 0 34 66 22 34 66 74
Binary 11010000 10010101 1100000 0 11100 110110 10010 11100 110110 111100

Color Harmonies of #D09560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09560

Black with #D09560

Text Example


Text Example

White with #D09560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09560; }

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

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

background-color css

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

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

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

border-color css

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

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

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