Html Css Color HEX #DD8753 Whiskey Sour

📋 copy color: '#DD8753'

red 221 ◦ green 135 ◦ blue 83

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

Shades of Whiskey Sour #DD8753

Tints of Whiskey Sour #DD8753

RGB

 RED value IS 221 (86.72% from 255) = 50.34%

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

 BLUE value IS 83 (32.81% from 255) = 18.91%

R = 50.34%
G = 30.75%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD8753 (or 0xDD8753) is known color: Whiskey Sour. HEX triplet: DD, 87 and 53. RGB value is (221,135,83). Sum of RGB (Red+Green+Blue) = 221+135+83=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 135 (53.12% from 255 or 30.75% from 439); Blue value is 83 (32.81% from 255 or 18.91% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8753 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8753 is #2278AC. Grayscale: #9B9B9B. Windows color (decimal): -2259117 or 5474269. OLE color: 5474269.

HSL color Cylindrical-coordinate representation of color #DD8753: hue angle of 22.61º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD8753 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 135 83 -
CMYK 0 0.39 0.62 0.13
HSL 22.61º 0.67% 0.6% -
HSV(B) 22.61º 0.62% 0.87% -
XYZ 40.04 33.32 12.51 -
YUV 154.79 87.49 175.23 -
System Red Green Blue C M Y K H S L
Decimal 221 135 83 0 0.39 0.62 0.13 22.61 0.67 0.6
Hex DD 87 53 0 27 3E D 17 43 3C
Octal 335 207 123 0 47 76 15 27 103 74
Binary 11011101 10000111 1010011 0 100111 111110 1101 10111 1000011 111100

Color Harmonies of #DD8753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8753

Black with #DD8753

Text Example


Text Example

White with #DD8753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8753; }

 p { color: rgb(221,135,83); }

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

background-color css

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

 a { background-color: rgb(221,135,83); }

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

border-color css

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

 span { border-color: rgb(221,135,83); }

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