Html Css Color HEX #DD8755 Whiskey Sour

📋 copy color: '#DD8755'

red 221 ◦ green 135 ◦ blue 85

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

Shades of Whiskey Sour #DD8755

Tints of Whiskey Sour #DD8755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.27%

R = 50.11%
G = 30.61%
B = 19.27%

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

#DD8755 (or 0xDD8755) is known color: Whiskey Sour. HEX triplet: DD, 87 and 55. RGB value is (221,135,85). Sum of RGB (Red+Green+Blue) = 221+135+85=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8755 is #2278AA. Grayscale: #9B9B9B. Windows color (decimal): -2259115 or 5605341. OLE color: 5605341.

HSL color Cylindrical-coordinate representation of color #DD8755: hue angle of 22.06º 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 #DD8755 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 135 85 -
CMYK 0 0.39 0.62 0.13
HSL 22.06º 0.67% 0.6% -
HSV(B) 22.06º 0.62% 0.87% -
XYZ 40.12 33.36 12.92 -
YUV 155.01 88.49 175.07 -
System Red Green Blue C M Y K H S L
Decimal 221 135 85 0 0.39 0.62 0.13 22.06 0.67 0.6
Hex DD 87 55 0 27 3E D 16 43 3C
Octal 335 207 125 0 47 76 15 26 103 74
Binary 11011101 10000111 1010101 0 100111 111110 1101 10110 1000011 111100

Color Harmonies of #DD8755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8755

Black with #DD8755

Text Example


Text Example

White with #DD8755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8755; }

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

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

background-color css

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

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

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

border-color css

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

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

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