Html Css Color HEX #DD8C5C Whiskey Sour

📋 copy color: '#DD8C5C'

red 221 ◦ green 140 ◦ blue 92

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

Shades of Whiskey Sour #DD8C5C

Tints of Whiskey Sour #DD8C5C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.91%

 BLUE value IS 92 (36.33% from 255) = 20.31%

R = 48.79%
G = 30.91%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD8C5C (or 0xDD8C5C) is known color: Whiskey Sour. HEX triplet: DD, 8C and 5C. RGB value is (221,140,92). Sum of RGB (Red+Green+Blue) = 221+140+92=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8C5C is #2273A3. Grayscale: #9F9F9F. Windows color (decimal): -2257828 or 6065373. OLE color: 6065373.

HSL color Cylindrical-coordinate representation of color #DD8C5C: hue angle of 22.33º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD8C5C is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 140 92 -
CMYK 0 0.37 0.58 0.13
HSL 22.33º 0.65% 0.61% -
HSV(B) 22.33º 0.58% 0.87% -
XYZ 41.13 34.9 14.69 -
YUV 158.75 90.34 172.4 -
System Red Green Blue C M Y K H S L
Decimal 221 140 92 0 0.37 0.58 0.13 22.33 0.65 0.61
Hex DD 8C 5C 0 25 3A D 16 41 3D
Octal 335 214 134 0 45 72 15 26 101 75
Binary 11011101 10001100 1011100 0 100101 111010 1101 10110 1000001 111101

Color Harmonies of #DD8C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8C5C

Black with #DD8C5C

Text Example


Text Example

White with #DD8C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8C5C; }

 p { color: rgb(221,140,92); }

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

background-color css

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

 a { background-color: rgb(221,140,92); }

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

border-color css

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

 span { border-color: rgb(221,140,92); }

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