Html Css Color HEX #DD9364 Whiskey

📋 copy color: '#DD9364'

red 221 ◦ green 147 ◦ blue 100

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

Shades of Whiskey #DD9364

Tints of Whiskey #DD9364

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.41%

 BLUE value IS 100 (39.45% from 255) = 21.37%

R = 47.22%
G = 31.41%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD9364 (or 0xDD9364) is known color: Whiskey. HEX triplet: DD, 93 and 64. RGB value is (221,147,100). Sum of RGB (Red+Green+Blue) = 221+147+100=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9364 is #226C9B. Grayscale: #A4A4A4. Windows color (decimal): -2256028 or 6591453. OLE color: 6591453.

HSL color Cylindrical-coordinate representation of color #DD9364: hue angle of 23.31º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD9364 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 147 100 -
CMYK 0 0.33 0.55 0.13
HSL 23.31º 0.64% 0.63% -
HSV(B) 23.31º 0.55% 0.87% -
XYZ 42.55 37.16 16.99 -
YUV 163.77 92.02 168.82 -
System Red Green Blue C M Y K H S L
Decimal 221 147 100 0 0.33 0.55 0.13 23.31 0.64 0.63
Hex DD 93 64 0 21 37 D 17 40 3F
Octal 335 223 144 0 41 67 15 27 100 77
Binary 11011101 10010011 1100100 0 100001 110111 1101 10111 1000000 111111

Color Harmonies of #DD9364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9364

Black with #DD9364

Text Example


Text Example

White with #DD9364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9364; }

 p { color: rgb(221,147,100); }

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

background-color css

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

 a { background-color: rgb(221,147,100); }

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

border-color css

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

 span { border-color: rgb(221,147,100); }

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