Html Css Color HEX #DD945D Whiskey Sour

📋 copy color: '#DD945D'

red 221 ◦ green 148 ◦ blue 93

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

Shades of Whiskey Sour #DD945D

Tints of Whiskey Sour #DD945D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.13%

R = 47.84%
G = 32.03%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD945D (or 0xDD945D) is known color: Whiskey Sour. HEX triplet: DD, 94 and 5D. RGB value is (221,148,93). Sum of RGB (Red+Green+Blue) = 221+148+93=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD945D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD945D is #226BA2. Grayscale: #A3A3A3. Windows color (decimal): -2255779 or 6132957. OLE color: 6132957.

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

Color convert

RGB 221 148 93 -
CMYK 0 0.33 0.58 0.13
HSL 25.78º 0.65% 0.62% -
HSV(B) 25.78º 0.58% 0.87% -
XYZ 42.38 37.34 15.33 -
YUV 163.56 88.18 168.97 -
System Red Green Blue C M Y K H S L
Decimal 221 148 93 0 0.33 0.58 0.13 25.78 0.65 0.62
Hex DD 94 5D 0 21 3A D 1A 41 3E
Octal 335 224 135 0 41 72 15 32 101 76
Binary 11011101 10010100 1011101 0 100001 111010 1101 11010 1000001 111110

Color Harmonies of #DD945D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD945D

Black with #DD945D

Text Example


Text Example

White with #DD945D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD945D; }

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

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

background-color css

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

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

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

border-color css

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

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

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