Html Css Color HEX #D09460 Whiskey Sour

📋 copy color: '#D09460'

red 208 ◦ green 148 ◦ blue 96

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

Shades of Whiskey Sour #D09460

Tints of Whiskey Sour #D09460

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.74%

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

R = 46.02%
G = 32.74%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D09460 (or 0xD09460) is known color: Whiskey Sour. HEX triplet: D0, 94 and 60. RGB value is (208,148,96). Sum of RGB (Red+Green+Blue) = 208+148+96=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D09460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09460 is #2F6B9F. Grayscale: #A0A0A0. Windows color (decimal): -3107744 or 6329552. OLE color: 6329552.

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

Color convert

RGB 208 148 96 -
CMYK 0 0.29 0.54 0.18
HSL 27.86º 0.54% 0.6% -
HSV(B) 27.86º 0.54% 0.82% -
XYZ 38.71 35.43 15.87 -
YUV 160.01 91.88 162.23 -
System Red Green Blue C M Y K H S L
Decimal 208 148 96 0 0.29 0.54 0.18 27.86 0.54 0.6
Hex D0 94 60 0 1D 36 12 1C 36 3C
Octal 320 224 140 0 35 66 22 34 66 74
Binary 11010000 10010100 1100000 0 11101 110110 10010 11100 110110 111100

Color Harmonies of #D09460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09460

Black with #D09460

Text Example


Text Example

White with #D09460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09460; }

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

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

background-color css

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

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

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

border-color css

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

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

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