Html Css Color HEX #D18950 Whiskey Sour

📋 copy color: '#D18950'

red 209 ◦ green 137 ◦ blue 80

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

Shades of Whiskey Sour #D18950

Tints of Whiskey Sour #D18950

RGB

 RED value IS 209 (82.03% from 255) = 49.06%

 GREEN value IS 137 (53.91% from 255) = 32.16%

 BLUE value IS 80 (31.64% from 255) = 18.78%

R = 49.06%
G = 32.16%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D18950 (or 0xD18950) is known color: Whiskey Sour. HEX triplet: D1, 89 and 50. RGB value is (209,137,80). Sum of RGB (Red+Green+Blue) = 209+137+80=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D18950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18950 is #2E76AF. Grayscale: #989898. Windows color (decimal): -3045040 or 5278161. OLE color: 5278161.

HSL color Cylindrical-coordinate representation of color #D18950: hue angle of 26.51º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D18950 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 137 80 -
CMYK 0 0.34 0.62 0.18
HSL 26.51º 0.58% 0.57% -
HSV(B) 26.51º 0.62% 0.82% -
XYZ 36.69 32.03 11.84 -
YUV 152.03 87.35 168.63 -
System Red Green Blue C M Y K H S L
Decimal 209 137 80 0 0.34 0.62 0.18 26.51 0.58 0.57
Hex D1 89 50 0 22 3E 12 1B 3A 39
Octal 321 211 120 0 42 76 22 33 72 71
Binary 11010001 10001001 1010000 0 100010 111110 10010 11011 111010 111001

Color Harmonies of #D18950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18950

Black with #D18950

Text Example


Text Example

White with #D18950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18950; }

 p { color: rgb(209,137,80); }

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

background-color css

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

 a { background-color: rgb(209,137,80); }

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

border-color css

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

 span { border-color: rgb(209,137,80); }

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