Html Css Color HEX #DD9666 Whiskey

📋 copy color: '#DD9666'

red 221 ◦ green 150 ◦ blue 102

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

Shades of Whiskey #DD9666

Tints of Whiskey #DD9666

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.71%

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

R = 46.72%
G = 31.71%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD9666 (or 0xDD9666) is known color: Whiskey. HEX triplet: DD, 96 and 66. RGB value is (221,150,102). Sum of RGB (Red+Green+Blue) = 221+150+102=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9666 is #226999. Grayscale: #A6A6A6. Windows color (decimal): -2255258 or 6723293. OLE color: 6723293.

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

Color convert

RGB 221 150 102 -
CMYK 0 0.32 0.54 0.13
HSL 24.2º 0.64% 0.63% -
HSV(B) 24.2º 0.54% 0.87% -
XYZ 43.12 38.14 17.66 -
YUV 165.76 92.02 167.4 -
System Red Green Blue C M Y K H S L
Decimal 221 150 102 0 0.32 0.54 0.13 24.2 0.64 0.63
Hex DD 96 66 0 20 36 D 18 40 3F
Octal 335 226 146 0 40 66 15 30 100 77
Binary 11011101 10010110 1100110 0 100000 110110 1101 11000 1000000 111111

Color Harmonies of #DD9666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9666

Black with #DD9666

Text Example


Text Example

White with #DD9666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9666; }

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

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

background-color css

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

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

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

border-color css

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

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

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