Html Css Color HEX #DD915A Whiskey Sour

📋 copy color: '#DD915A'

red 221 ◦ green 145 ◦ blue 90

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

Shades of Whiskey Sour #DD915A

Tints of Whiskey Sour #DD915A

RGB

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

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

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

R = 48.46%
G = 31.8%
B = 19.74%

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

#DD915A (or 0xDD915A) is known color: Whiskey Sour. HEX triplet: DD, 91 and 5A. RGB value is (221,145,90). Sum of RGB (Red+Green+Blue) = 221+145+90=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD915A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD915A is #226EA5. Grayscale: #A1A1A1. Windows color (decimal): -2256550 or 5935581. OLE color: 5935581.

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

Color convert

RGB 221 145 90 -
CMYK 0 0.34 0.59 0.13
HSL 25.19º 0.66% 0.61% -
HSV(B) 25.19º 0.59% 0.87% -
XYZ 41.79 36.36 14.49 -
YUV 161.45 87.68 170.47 -
System Red Green Blue C M Y K H S L
Decimal 221 145 90 0 0.34 0.59 0.13 25.19 0.66 0.61
Hex DD 91 5A 0 22 3B D 19 42 3D
Octal 335 221 132 0 42 73 15 31 102 75
Binary 11011101 10010001 1011010 0 100010 111011 1101 11001 1000010 111101

Color Harmonies of #DD915A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD915A

Black with #DD915A

Text Example


Text Example

White with #DD915A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD915A; }

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

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

background-color css

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

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

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

border-color css

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

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

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