Html Css Color HEX #D18A52 Whiskey Sour

📋 copy color: '#D18A52'

red 209 ◦ green 138 ◦ blue 82

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

Shades of Whiskey Sour #D18A52

Tints of Whiskey Sour #D18A52

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.17%

 BLUE value IS 82 (32.42% from 255) = 19.11%

R = 48.72%
G = 32.17%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D18A52 (or 0xD18A52) is known color: Whiskey Sour. HEX triplet: D1, 8A and 52. RGB value is (209,138,82). Sum of RGB (Red+Green+Blue) = 209+138+82=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18A52 is #2E75AD. Grayscale: #999999. Windows color (decimal): -3044782 or 5409489. OLE color: 5409489.

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

Color convert

RGB 209 138 82 -
CMYK 0 0.34 0.61 0.18
HSL 26.46º 0.58% 0.57% -
HSV(B) 26.46º 0.61% 0.82% -
XYZ 36.91 32.34 12.28 -
YUV 152.85 88.02 168.05 -
System Red Green Blue C M Y K H S L
Decimal 209 138 82 0 0.34 0.61 0.18 26.46 0.58 0.57
Hex D1 8A 52 0 22 3D 12 1A 3A 39
Octal 321 212 122 0 42 75 22 32 72 71
Binary 11010001 10001010 1010010 0 100010 111101 10010 11010 111010 111001

Color Harmonies of #D18A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18A52

Black with #D18A52

Text Example


Text Example

White with #D18A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18A52; }

 p { color: rgb(209,138,82); }

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

background-color css

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

 a { background-color: rgb(209,138,82); }

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

border-color css

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

 span { border-color: rgb(209,138,82); }

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