Html Css Color HEX #DD905B Whiskey Sour

📋 copy color: '#DD905B'

red 221 ◦ green 144 ◦ blue 91

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

Shades of Whiskey Sour #DD905B

Tints of Whiskey Sour #DD905B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.96%

R = 48.46%
G = 31.58%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD905B (or 0xDD905B) is known color: Whiskey Sour. HEX triplet: DD, 90 and 5B. RGB value is (221,144,91). Sum of RGB (Red+Green+Blue) = 221+144+91=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD905B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD905B is #226FA4. Grayscale: #A1A1A1. Windows color (decimal): -2256805 or 6000861. OLE color: 6000861.

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

Color convert

RGB 221 144 91 -
CMYK 0 0.35 0.59 0.13
HSL 24.46º 0.66% 0.61% -
HSV(B) 24.46º 0.59% 0.87% -
XYZ 41.68 36.07 14.66 -
YUV 160.98 88.51 170.81 -
System Red Green Blue C M Y K H S L
Decimal 221 144 91 0 0.35 0.59 0.13 24.46 0.66 0.61
Hex DD 90 5B 0 23 3B D 18 42 3D
Octal 335 220 133 0 43 73 15 30 102 75
Binary 11011101 10010000 1011011 0 100011 111011 1101 11000 1000010 111101

Color Harmonies of #DD905B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD905B

Black with #DD905B

Text Example


Text Example

White with #DD905B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD905B; }

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

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

background-color css

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

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

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

border-color css

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

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

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