Html Css Color HEX #DD8752 Whiskey Sour

📋 copy color: '#DD8752'

red 221 ◦ green 135 ◦ blue 82

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

Shades of Whiskey Sour #DD8752

Tints of Whiskey Sour #DD8752

RGB

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

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

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

R = 50.46%
G = 30.82%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD8752 (or 0xDD8752) is known color: Whiskey Sour. HEX triplet: DD, 87 and 52. RGB value is (221,135,82). Sum of RGB (Red+Green+Blue) = 221+135+82=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 82 (32.42% from 255 or 18.72% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8752 is #2278AD. Grayscale: #9A9A9A. Windows color (decimal): -2259118 or 5408733. OLE color: 5408733.

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

Color convert

RGB 221 135 82 -
CMYK 0 0.39 0.63 0.13
HSL 22.88º 0.67% 0.59% -
HSV(B) 22.88º 0.63% 0.87% -
XYZ 40.01 33.31 12.3 -
YUV 154.67 86.99 175.31 -
System Red Green Blue C M Y K H S L
Decimal 221 135 82 0 0.39 0.63 0.13 22.88 0.67 0.59
Hex DD 87 52 0 27 3F D 17 43 3B
Octal 335 207 122 0 47 77 15 27 103 73
Binary 11011101 10000111 1010010 0 100111 111111 1101 10111 1000011 111011

Color Harmonies of #DD8752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8752

Black with #DD8752

Text Example


Text Example

White with #DD8752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8752; }

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

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

background-color css

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

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

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

border-color css

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

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

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