Html Css Color HEX #DD925E Whiskey Sour

📋 copy color: '#DD925E'

red 221 ◦ green 146 ◦ blue 94

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

Shades of Whiskey Sour #DD925E

Tints of Whiskey Sour #DD925E

RGB

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

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

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

R = 47.94%
G = 31.67%
B = 20.39%

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

#DD925E (or 0xDD925E) is known color: Whiskey Sour. HEX triplet: DD, 92 and 5E. RGB value is (221,146,94). Sum of RGB (Red+Green+Blue) = 221+146+94=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD925E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD925E is #226DA1. Grayscale: #A2A2A2. Windows color (decimal): -2256290 or 6197981. OLE color: 6197981.

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

Color convert

RGB 221 146 94 -
CMYK 0 0.34 0.57 0.13
HSL 24.57º 0.65% 0.62% -
HSV(B) 24.57º 0.57% 0.87% -
XYZ 42.12 36.74 15.46 -
YUV 162.5 89.35 169.73 -
System Red Green Blue C M Y K H S L
Decimal 221 146 94 0 0.34 0.57 0.13 24.57 0.65 0.62
Hex DD 92 5E 0 22 39 D 19 41 3E
Octal 335 222 136 0 42 71 15 31 101 76
Binary 11011101 10010010 1011110 0 100010 111001 1101 11001 1000001 111110

Color Harmonies of #DD925E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD925E

Black with #DD925E

Text Example


Text Example

White with #DD925E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD925E; }

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

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

background-color css

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

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

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

border-color css

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

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

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