Html Css Color HEX #D18755 Whiskey Sour

📋 copy color: '#D18755'

red 209 ◦ green 135 ◦ blue 85

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

Shades of Whiskey Sour #D18755

Tints of Whiskey Sour #D18755

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.47%

 BLUE value IS 85 (33.59% from 255) = 19.81%

R = 48.72%
G = 31.47%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D18755 (or 0xD18755) is known color: Whiskey Sour. HEX triplet: D1, 87 and 55. RGB value is (209,135,85). Sum of RGB (Red+Green+Blue) = 209+135+85=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 85 (33.59% from 255 or 19.81% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D18755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18755 is #2E78AA. Grayscale: #979797. Windows color (decimal): -3045547 or 5605329. OLE color: 5605329.

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

Color convert

RGB 209 135 85 -
CMYK 0 0.35 0.59 0.18
HSL 24.19º 0.57% 0.58% -
HSV(B) 24.19º 0.59% 0.82% -
XYZ 36.6 31.54 12.75 -
YUV 151.43 90.52 169.07 -
System Red Green Blue C M Y K H S L
Decimal 209 135 85 0 0.35 0.59 0.18 24.19 0.57 0.58
Hex D1 87 55 0 23 3B 12 18 39 3A
Octal 321 207 125 0 43 73 22 30 71 72
Binary 11010001 10000111 1010101 0 100011 111011 10010 11000 111001 111010

Color Harmonies of #D18755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18755

Black with #D18755

Text Example


Text Example

White with #D18755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18755; }

 p { color: rgb(209,135,85); }

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

background-color css

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

 a { background-color: rgb(209,135,85); }

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

border-color css

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

 span { border-color: rgb(209,135,85); }

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