Html Css Color HEX #DD9461 Whiskey Sour

📋 copy color: '#DD9461'

red 221 ◦ green 148 ◦ blue 97

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

Shades of Whiskey Sour #DD9461

Tints of Whiskey Sour #DD9461

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.76%

 BLUE value IS 97 (38.28% from 255) = 20.82%

R = 47.42%
G = 31.76%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD9461 (or 0xDD9461) is known color: Whiskey Sour. HEX triplet: DD, 94 and 61. RGB value is (221,148,97). Sum of RGB (Red+Green+Blue) = 221+148+97=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 97 (38.28% from 255 or 20.82% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9461 is #226B9E. Grayscale: #A4A4A4. Windows color (decimal): -2255775 or 6395101. OLE color: 6395101.

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

Color convert

RGB 221 148 97 -
CMYK 0 0.33 0.56 0.13
HSL 24.68º 0.65% 0.62% -
HSV(B) 24.68º 0.56% 0.87% -
XYZ 42.57 37.42 16.29 -
YUV 164.01 90.18 168.65 -
System Red Green Blue C M Y K H S L
Decimal 221 148 97 0 0.33 0.56 0.13 24.68 0.65 0.62
Hex DD 94 61 0 21 38 D 19 41 3E
Octal 335 224 141 0 41 70 15 31 101 76
Binary 11011101 10010100 1100001 0 100001 111000 1101 11001 1000001 111110

Color Harmonies of #DD9461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9461

Black with #DD9461

Text Example


Text Example

White with #DD9461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9461; }

 p { color: rgb(221,148,97); }

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

background-color css

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

 a { background-color: rgb(221,148,97); }

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

border-color css

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

 span { border-color: rgb(221,148,97); }

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