Html Css Color HEX #D0985E Whiskey Sour

📋 copy color: '#D0985E'

red 208 ◦ green 152 ◦ blue 94

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

Shades of Whiskey Sour #D0985E

Tints of Whiskey Sour #D0985E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.48%

 BLUE value IS 94 (37.11% from 255) = 20.7%

R = 45.81%
G = 33.48%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0985E (or 0xD0985E) is known color: Whiskey Sour. HEX triplet: D0, 98 and 5E. RGB value is (208,152,94). Sum of RGB (Red+Green+Blue) = 208+152+94=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D0985E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0985E is #2F67A1. Grayscale: #A2A2A2. Windows color (decimal): -3106722 or 6199504. OLE color: 6199504.

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

Color convert

RGB 208 152 94 -
CMYK 0 0.27 0.55 0.18
HSL 30.53º 0.55% 0.59% -
HSV(B) 30.53º 0.55% 0.82% -
XYZ 39.26 36.67 15.6 -
YUV 162.13 89.55 160.72 -
System Red Green Blue C M Y K H S L
Decimal 208 152 94 0 0.27 0.55 0.18 30.53 0.55 0.59
Hex D0 98 5E 0 1B 37 12 1F 37 3B
Octal 320 230 136 0 33 67 22 37 67 73
Binary 11010000 10011000 1011110 0 11011 110111 10010 11111 110111 111011

Color Harmonies of #D0985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0985E

Black with #D0985E

Text Example


Text Example

White with #D0985E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0985E; }

 p { color: rgb(208,152,94); }

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

background-color css

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

 a { background-color: rgb(208,152,94); }

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

border-color css

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

 span { border-color: rgb(208,152,94); }

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