Html Css Color HEX #DD915E Whiskey Sour

📋 copy color: '#DD915E'

red 221 ◦ green 145 ◦ blue 94

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

Shades of Whiskey Sour #DD915E

Tints of Whiskey Sour #DD915E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.43%

R = 48.04%
G = 31.52%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD915E (or 0xDD915E) is known color: Whiskey Sour. HEX triplet: DD, 91 and 5E. RGB value is (221,145,94). Sum of RGB (Red+Green+Blue) = 221+145+94=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD915E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD915E is #226EA1. Grayscale: #A2A2A2. Windows color (decimal): -2256546 or 6197725. OLE color: 6197725.

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

Color convert

RGB 221 145 94 -
CMYK 0 0.34 0.57 0.13
HSL 24.09º 0.65% 0.62% -
HSV(B) 24.09º 0.57% 0.87% -
XYZ 41.96 36.43 15.41 -
YUV 161.91 89.68 170.15 -
System Red Green Blue C M Y K H S L
Decimal 221 145 94 0 0.34 0.57 0.13 24.09 0.65 0.62
Hex DD 91 5E 0 22 39 D 18 41 3E
Octal 335 221 136 0 42 71 15 30 101 76
Binary 11011101 10010001 1011110 0 100010 111001 1101 11000 1000001 111110

Color Harmonies of #DD915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD915E

Black with #DD915E

Text Example


Text Example

White with #DD915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD915E; }

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

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

background-color css

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

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

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

border-color css

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

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

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