Html Css Color HEX #DC8758 Whiskey Sour

📋 copy color: '#DC8758'

red 220 ◦ green 135 ◦ blue 88

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

Shades of Whiskey Sour #DC8758

Tints of Whiskey Sour #DC8758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.86%

R = 49.66%
G = 30.47%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DC8758 (or 0xDC8758) is known color: Whiskey Sour. HEX triplet: DC, 87 and 58. RGB value is (220,135,88). Sum of RGB (Red+Green+Blue) = 220+135+88=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 135 (53.12% from 255 or 30.47% from 443); Blue value is 88 (34.77% from 255 or 19.86% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8758 is #2378A7. Grayscale: #9B9B9B. Windows color (decimal): -2324648 or 5801948. OLE color: 5801948.

HSL color Cylindrical-coordinate representation of color #DC8758: hue angle of 21.36º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC8758 is Cyan = 0, Magento = 0.39, Yellow = 0.6 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 135 88 -
CMYK 0 0.39 0.6 0.14
HSL 21.36º 0.65% 0.6% -
HSV(B) 21.36º 0.6% 0.86% -
XYZ 39.94 33.25 13.54 -
YUV 155.06 90.16 174.32 -
System Red Green Blue C M Y K H S L
Decimal 220 135 88 0 0.39 0.6 0.14 21.36 0.65 0.6
Hex DC 87 58 0 27 3C E 15 41 3C
Octal 334 207 130 0 47 74 16 25 101 74
Binary 11011100 10000111 1011000 0 100111 111100 1110 10101 1000001 111100

Color Harmonies of #DC8758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8758

Black with #DC8758

Text Example


Text Example

White with #DC8758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8758; }

 p { color: rgb(220,135,88); }

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

background-color css

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

 a { background-color: rgb(220,135,88); }

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

border-color css

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

 span { border-color: rgb(220,135,88); }

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