Html Css Color HEX #DD915B Whiskey Sour

📋 copy color: '#DD915B'

red 221 ◦ green 145 ◦ blue 91

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

Shades of Whiskey Sour #DD915B

Tints of Whiskey Sour #DD915B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.73%

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

R = 48.36%
G = 31.73%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD915B (or 0xDD915B) is known color: Whiskey Sour. HEX triplet: DD, 91 and 5B. RGB value is (221,145,91). Sum of RGB (Red+Green+Blue) = 221+145+91=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 91 (35.94% from 255 or 19.91% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD915B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD915B is #226EA4. Grayscale: #A1A1A1. Windows color (decimal): -2256549 or 6001117. OLE color: 6001117.

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

Color convert

RGB 221 145 91 -
CMYK 0 0.34 0.59 0.13
HSL 24.92º 0.66% 0.61% -
HSV(B) 24.92º 0.59% 0.87% -
XYZ 41.83 36.38 14.71 -
YUV 161.57 88.18 170.39 -
System Red Green Blue C M Y K H S L
Decimal 221 145 91 0 0.34 0.59 0.13 24.92 0.66 0.61
Hex DD 91 5B 0 22 3B D 19 42 3D
Octal 335 221 133 0 42 73 15 31 102 75
Binary 11011101 10010001 1011011 0 100010 111011 1101 11001 1000010 111101

Color Harmonies of #DD915B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD915B

Black with #DD915B

Text Example


Text Example

White with #DD915B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD915B; }

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

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

background-color css

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

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

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

border-color css

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

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

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