Html Css Color HEX #DD905D Whiskey Sour

📋 copy color: '#DD905D'

red 221 ◦ green 144 ◦ blue 93

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

Shades of Whiskey Sour #DD905D

Tints of Whiskey Sour #DD905D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.44%

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

R = 48.25%
G = 31.44%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD905D (or 0xDD905D) is known color: Whiskey Sour. HEX triplet: DD, 90 and 5D. RGB value is (221,144,93). Sum of RGB (Red+Green+Blue) = 221+144+93=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 93 (36.72% from 255 or 20.31% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD905D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD905D is #226FA2. Grayscale: #A1A1A1. Windows color (decimal): -2256803 or 6131933. OLE color: 6131933.

HSL color Cylindrical-coordinate representation of color #DD905D: hue angle of 23.91º 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 #DD905D is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 144 93 -
CMYK 0 0.35 0.58 0.13
HSL 23.91º 0.65% 0.62% -
HSV(B) 23.91º 0.58% 0.87% -
XYZ 41.77 36.11 15.12 -
YUV 161.21 89.51 170.65 -
System Red Green Blue C M Y K H S L
Decimal 221 144 93 0 0.35 0.58 0.13 23.91 0.65 0.62
Hex DD 90 5D 0 23 3A D 18 41 3E
Octal 335 220 135 0 43 72 15 30 101 76
Binary 11011101 10010000 1011101 0 100011 111010 1101 11000 1000001 111110

Color Harmonies of #DD905D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD905D

Black with #DD905D

Text Example


Text Example

White with #DD905D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD905D; }

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

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

background-color css

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

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

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

border-color css

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

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

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