Html Css Color HEX #DD9665 Whiskey

📋 copy color: '#DD9665'

red 221 ◦ green 150 ◦ blue 101

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

Shades of Whiskey #DD9665

Tints of Whiskey #DD9665

RGB

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

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

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

R = 46.82%
G = 31.78%
B = 21.4%

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

#DD9665 (or 0xDD9665) is known color: Whiskey. HEX triplet: DD, 96 and 65. RGB value is (221,150,101). Sum of RGB (Red+Green+Blue) = 221+150+101=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9665 is #22699A. Grayscale: #A5A5A5. Windows color (decimal): -2255259 or 6657757. OLE color: 6657757.

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

Color convert

RGB 221 150 101 -
CMYK 0 0.32 0.54 0.13
HSL 24.5º 0.64% 0.63% -
HSV(B) 24.5º 0.54% 0.87% -
XYZ 43.07 38.12 17.4 -
YUV 165.64 91.52 167.48 -
System Red Green Blue C M Y K H S L
Decimal 221 150 101 0 0.32 0.54 0.13 24.5 0.64 0.63
Hex DD 96 65 0 20 36 D 18 40 3F
Octal 335 226 145 0 40 66 15 30 100 77
Binary 11011101 10010110 1100101 0 100000 110110 1101 11000 1000000 111111

Color Harmonies of #DD9665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9665

Black with #DD9665

Text Example


Text Example

White with #DD9665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9665; }

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

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

background-color css

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

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

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

border-color css

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

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

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