Html Css Color HEX #DD925D Whiskey Sour

📋 copy color: '#DD925D'

red 221 ◦ green 146 ◦ blue 93

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

Shades of Whiskey Sour #DD925D

Tints of Whiskey Sour #DD925D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.22%

R = 48.04%
G = 31.74%
B = 20.22%

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

#DD925D (or 0xDD925D) is known color: Whiskey Sour. HEX triplet: DD, 92 and 5D. RGB value is (221,146,93). Sum of RGB (Red+Green+Blue) = 221+146+93=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD925D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD925D is #226DA2. Grayscale: #A2A2A2. Windows color (decimal): -2256291 or 6132445. OLE color: 6132445.

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

Color convert

RGB 221 146 93 -
CMYK 0 0.34 0.58 0.13
HSL 24.84º 0.65% 0.62% -
HSV(B) 24.84º 0.58% 0.87% -
XYZ 42.07 36.72 15.23 -
YUV 162.38 88.85 169.81 -
System Red Green Blue C M Y K H S L
Decimal 221 146 93 0 0.34 0.58 0.13 24.84 0.65 0.62
Hex DD 92 5D 0 22 3A D 19 41 3E
Octal 335 222 135 0 42 72 15 31 101 76
Binary 11011101 10010010 1011101 0 100010 111010 1101 11001 1000001 111110

Color Harmonies of #DD925D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD925D

Black with #DD925D

Text Example


Text Example

White with #DD925D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD925D; }

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

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

background-color css

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

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

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

border-color css

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

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

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