Html Css Color HEX #DD9466 Whiskey

📋 copy color: '#DD9466'

red 221 ◦ green 148 ◦ blue 102

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

Shades of Whiskey #DD9466

Tints of Whiskey #DD9466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.66%

R = 46.92%
G = 31.42%
B = 21.66%

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

#DD9466 (or 0xDD9466) is known color: Whiskey. HEX triplet: DD, 94 and 66. RGB value is (221,148,102). Sum of RGB (Red+Green+Blue) = 221+148+102=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9466 is #226B99. Grayscale: #A4A4A4. Windows color (decimal): -2255770 or 6722781. OLE color: 6722781.

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

Color convert

RGB 221 148 102 -
CMYK 0 0.33 0.54 0.13
HSL 23.19º 0.64% 0.63% -
HSV(B) 23.19º 0.54% 0.87% -
XYZ 42.81 37.51 17.55 -
YUV 164.58 92.68 168.24 -
System Red Green Blue C M Y K H S L
Decimal 221 148 102 0 0.33 0.54 0.13 23.19 0.64 0.63
Hex DD 94 66 0 21 36 D 17 40 3F
Octal 335 224 146 0 41 66 15 27 100 77
Binary 11011101 10010100 1100110 0 100001 110110 1101 10111 1000000 111111

Color Harmonies of #DD9466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9466

Black with #DD9466

Text Example


Text Example

White with #DD9466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9466; }

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

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

background-color css

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

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

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

border-color css

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

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

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