Html Css Color HEX #DD945A Whiskey Sour

📋 copy color: '#DD945A'

red 221 ◦ green 148 ◦ blue 90

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

Shades of Whiskey Sour #DD945A

Tints of Whiskey Sour #DD945A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.61%

R = 48.15%
G = 32.24%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD945A (or 0xDD945A) is known color: Whiskey Sour. HEX triplet: DD, 94 and 5A. RGB value is (221,148,90). Sum of RGB (Red+Green+Blue) = 221+148+90=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD945A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD945A is #226BA5. Grayscale: #A3A3A3. Windows color (decimal): -2255782 or 5936349. OLE color: 5936349.

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

Color convert

RGB 221 148 90 -
CMYK 0 0.33 0.59 0.13
HSL 26.56º 0.66% 0.61% -
HSV(B) 26.56º 0.59% 0.87% -
XYZ 42.25 37.29 14.64 -
YUV 163.22 86.68 169.22 -
System Red Green Blue C M Y K H S L
Decimal 221 148 90 0 0.33 0.59 0.13 26.56 0.66 0.61
Hex DD 94 5A 0 21 3B D 1B 42 3D
Octal 335 224 132 0 41 73 15 33 102 75
Binary 11011101 10010100 1011010 0 100001 111011 1101 11011 1000010 111101

Color Harmonies of #DD945A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD945A

Black with #DD945A

Text Example


Text Example

White with #DD945A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD945A; }

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

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

background-color css

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

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

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

border-color css

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

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

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