Html Css Color HEX #DD9667 Whiskey

📋 copy color: '#DD9667'

red 221 ◦ green 150 ◦ blue 103

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

Shades of Whiskey #DD9667

Tints of Whiskey #DD9667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.73%

R = 46.62%
G = 31.65%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD9667 (or 0xDD9667) is known color: Whiskey. HEX triplet: DD, 96 and 67. RGB value is (221,150,103). Sum of RGB (Red+Green+Blue) = 221+150+103=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9667 is #226998. Grayscale: #A6A6A6. Windows color (decimal): -2255257 or 6788829. OLE color: 6788829.

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

Color convert

RGB 221 150 103 -
CMYK 0 0.32 0.53 0.13
HSL 23.9º 0.63% 0.64% -
HSV(B) 23.9º 0.53% 0.87% -
XYZ 43.17 38.16 17.92 -
YUV 165.87 92.52 167.32 -
System Red Green Blue C M Y K H S L
Decimal 221 150 103 0 0.32 0.53 0.13 23.9 0.63 0.64
Hex DD 96 67 0 20 35 D 18 3F 40
Octal 335 226 147 0 40 65 15 30 77 100
Binary 11011101 10010110 1100111 0 100000 110101 1101 11000 111111 1000000

Color Harmonies of #DD9667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9667

Black with #DD9667

Text Example


Text Example

White with #DD9667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9667; }

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

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

background-color css

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

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

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

border-color css

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

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

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