Html Css Color HEX #DD8F57 Whiskey Sour

📋 copy color: '#DD8F57'

red 221 ◦ green 143 ◦ blue 87

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

Shades of Whiskey Sour #DD8F57

Tints of Whiskey Sour #DD8F57

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.71%

 BLUE value IS 87 (34.38% from 255) = 19.29%

R = 49%
G = 31.71%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD8F57 (or 0xDD8F57) is known color: Whiskey Sour. HEX triplet: DD, 8F and 57. RGB value is (221,143,87). Sum of RGB (Red+Green+Blue) = 221+143+87=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 87 (34.38% from 255 or 19.29% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8F57 is #2270A8. Grayscale: #A0A0A0. Windows color (decimal): -2257065 or 5738461. OLE color: 5738461.

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

Color convert

RGB 221 143 87 -
CMYK 0 0.35 0.61 0.13
HSL 25.07º 0.66% 0.6% -
HSV(B) 25.07º 0.61% 0.87% -
XYZ 41.36 35.71 13.73 -
YUV 159.94 86.84 171.55 -
System Red Green Blue C M Y K H S L
Decimal 221 143 87 0 0.35 0.61 0.13 25.07 0.66 0.6
Hex DD 8F 57 0 23 3D D 19 42 3C
Octal 335 217 127 0 43 75 15 31 102 74
Binary 11011101 10001111 1010111 0 100011 111101 1101 11001 1000010 111100

Color Harmonies of #DD8F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8F57

Black with #DD8F57

Text Example


Text Example

White with #DD8F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8F57; }

 p { color: rgb(221,143,87); }

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

background-color css

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

 a { background-color: rgb(221,143,87); }

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

border-color css

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

 span { border-color: rgb(221,143,87); }

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