Html Css Color HEX #DC8B52 Whiskey Sour

📋 copy color: '#DC8B52'

red 220 ◦ green 139 ◦ blue 82

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

Shades of Whiskey Sour #DC8B52

Tints of Whiskey Sour #DC8B52

RGB

 RED value IS 220 (86.33% from 255) = 49.89%

 GREEN value IS 139 (54.69% from 255) = 31.52%

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

R = 49.89%
G = 31.52%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC8B52 (or 0xDC8B52) is known color: Whiskey Sour. HEX triplet: DC, 8B and 52. RGB value is (220,139,82). Sum of RGB (Red+Green+Blue) = 220+139+82=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8B52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8B52 is #2374AD. Grayscale: #9D9D9D. Windows color (decimal): -2323630 or 5409756. OLE color: 5409756.

HSL color Cylindrical-coordinate representation of color #DC8B52: hue angle of 24.78º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC8B52 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 139 82 -
CMYK 0 0.37 0.63 0.14
HSL 24.78º 0.66% 0.59% -
HSV(B) 24.78º 0.63% 0.86% -
XYZ 40.27 34.29 12.48 -
YUV 156.72 85.84 173.13 -
System Red Green Blue C M Y K H S L
Decimal 220 139 82 0 0.37 0.63 0.14 24.78 0.66 0.59
Hex DC 8B 52 0 25 3F E 19 42 3B
Octal 334 213 122 0 45 77 16 31 102 73
Binary 11011100 10001011 1010010 0 100101 111111 1110 11001 1000010 111011

Color Harmonies of #DC8B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8B52

Black with #DC8B52

Text Example


Text Example

White with #DC8B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8B52; }

 p { color: rgb(220,139,82); }

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

background-color css

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

 a { background-color: rgb(220,139,82); }

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

border-color css

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

 span { border-color: rgb(220,139,82); }

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