Html Css Color HEX #DD9255 Whiskey Sour

📋 copy color: '#DD9255'

red 221 ◦ green 146 ◦ blue 85

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

Shades of Whiskey Sour #DD9255

Tints of Whiskey Sour #DD9255

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.3%

 BLUE value IS 85 (33.59% from 255) = 18.81%

R = 48.89%
G = 32.3%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD9255 (or 0xDD9255) is known color: Whiskey Sour. HEX triplet: DD, 92 and 55. RGB value is (221,146,85). Sum of RGB (Red+Green+Blue) = 221+146+85=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 146 (57.42% from 255 or 32.30% from 452); Blue value is 85 (33.59% from 255 or 18.81% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9255 is #226DAA. Grayscale: #A1A1A1. Windows color (decimal): -2256299 or 5608157. OLE color: 5608157.

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

Color convert

RGB 221 146 85 -
CMYK 0 0.34 0.62 0.13
HSL 26.91º 0.67% 0.6% -
HSV(B) 26.91º 0.62% 0.87% -
XYZ 41.74 36.59 13.46 -
YUV 161.47 84.85 170.46 -
System Red Green Blue C M Y K H S L
Decimal 221 146 85 0 0.34 0.62 0.13 26.91 0.67 0.6
Hex DD 92 55 0 22 3E D 1B 43 3C
Octal 335 222 125 0 42 76 15 33 103 74
Binary 11011101 10010010 1010101 0 100010 111110 1101 11011 1000011 111100

Color Harmonies of #DD9255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9255

Black with #DD9255

Text Example


Text Example

White with #DD9255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9255; }

 p { color: rgb(221,146,85); }

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

background-color css

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

 a { background-color: rgb(221,146,85); }

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

border-color css

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

 span { border-color: rgb(221,146,85); }

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