Html Css Color HEX #DD915F Whiskey Sour

📋 copy color: '#DD915F'

red 221 ◦ green 145 ◦ blue 95

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

Shades of Whiskey Sour #DD915F

Tints of Whiskey Sour #DD915F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.61%

R = 47.94%
G = 31.45%
B = 20.61%

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

#DD915F (or 0xDD915F) is known color: Whiskey Sour. HEX triplet: DD, 91 and 5F. RGB value is (221,145,95). Sum of RGB (Red+Green+Blue) = 221+145+95=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 95 (37.5% from 255 or 20.61% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD915F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD915F is #226EA0. Grayscale: #A2A2A2. Windows color (decimal): -2256545 or 6263261. OLE color: 6263261.

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

Color convert

RGB 221 145 95 -
CMYK 0 0.34 0.57 0.13
HSL 23.81º 0.65% 0.62% -
HSV(B) 23.81º 0.57% 0.87% -
XYZ 42.01 36.45 15.65 -
YUV 162.02 90.18 170.07 -
System Red Green Blue C M Y K H S L
Decimal 221 145 95 0 0.34 0.57 0.13 23.81 0.65 0.62
Hex DD 91 5F 0 22 39 D 18 41 3E
Octal 335 221 137 0 42 71 15 30 101 76
Binary 11011101 10010001 1011111 0 100010 111001 1101 11000 1000001 111110

Color Harmonies of #DD915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD915F

Black with #DD915F

Text Example


Text Example

White with #DD915F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD915F; }

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

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

background-color css

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

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

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

border-color css

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

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

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