Html Css Color HEX #DD9465 Whiskey

📋 copy color: '#DD9465'

red 221 ◦ green 148 ◦ blue 101

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

Shades of Whiskey #DD9465

Tints of Whiskey #DD9465

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.49%

 BLUE value IS 101 (39.84% from 255) = 21.49%

R = 47.02%
G = 31.49%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD9465 (or 0xDD9465) is known color: Whiskey. HEX triplet: DD, 94 and 65. RGB value is (221,148,101). Sum of RGB (Red+Green+Blue) = 221+148+101=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9465 is #226B9A. Grayscale: #A4A4A4. Windows color (decimal): -2255771 or 6657245. OLE color: 6657245.

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

Color convert

RGB 221 148 101 -
CMYK 0 0.33 0.54 0.13
HSL 23.5º 0.64% 0.63% -
HSV(B) 23.5º 0.54% 0.87% -
XYZ 42.76 37.49 17.29 -
YUV 164.47 92.18 168.32 -
System Red Green Blue C M Y K H S L
Decimal 221 148 101 0 0.33 0.54 0.13 23.5 0.64 0.63
Hex DD 94 65 0 21 36 D 18 40 3F
Octal 335 224 145 0 41 66 15 30 100 77
Binary 11011101 10010100 1100101 0 100001 110110 1101 11000 1000000 111111

Color Harmonies of #DD9465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9465

Black with #DD9465

Text Example


Text Example

White with #DD9465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9465; }

 p { color: rgb(221,148,101); }

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

background-color css

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

 a { background-color: rgb(221,148,101); }

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

border-color css

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

 span { border-color: rgb(221,148,101); }

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