Html Css Color HEX #DD915C Whiskey Sour

📋 copy color: '#DD915C'

red 221 ◦ green 145 ◦ blue 92

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

Shades of Whiskey Sour #DD915C

Tints of Whiskey Sour #DD915C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.09%

R = 48.25%
G = 31.66%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD915C (or 0xDD915C) is known color: Whiskey Sour. HEX triplet: DD, 91 and 5C. RGB value is (221,145,92). Sum of RGB (Red+Green+Blue) = 221+145+92=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD915C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD915C is #226EA3. Grayscale: #A1A1A1. Windows color (decimal): -2256548 or 6066653. OLE color: 6066653.

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

Color convert

RGB 221 145 92 -
CMYK 0 0.34 0.58 0.13
HSL 24.65º 0.65% 0.61% -
HSV(B) 24.65º 0.58% 0.87% -
XYZ 41.88 36.4 14.94 -
YUV 161.68 88.68 170.31 -
System Red Green Blue C M Y K H S L
Decimal 221 145 92 0 0.34 0.58 0.13 24.65 0.65 0.61
Hex DD 91 5C 0 22 3A D 19 41 3D
Octal 335 221 134 0 42 72 15 31 101 75
Binary 11011101 10010001 1011100 0 100010 111010 1101 11001 1000001 111101

Color Harmonies of #DD915C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD915C

Black with #DD915C

Text Example


Text Example

White with #DD915C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD915C; }

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

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

background-color css

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

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

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

border-color css

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

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

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