Html Css Color HEX #DD9767 Whiskey

📋 copy color: '#DD9767'

red 221 ◦ green 151 ◦ blue 103

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

Shades of Whiskey #DD9767

Tints of Whiskey #DD9767

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.79%

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

R = 46.53%
G = 31.79%
B = 21.68%

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

#DD9767 (or 0xDD9767) is known color: Whiskey. HEX triplet: DD, 97 and 67. RGB value is (221,151,103). Sum of RGB (Red+Green+Blue) = 221+151+103=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9767 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9767 is #226898. Grayscale: #A6A6A6. Windows color (decimal): -2255001 or 6789085. OLE color: 6789085.

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

Color convert

RGB 221 151 103 -
CMYK 0 0.32 0.53 0.13
HSL 24.41º 0.63% 0.64% -
HSV(B) 24.41º 0.53% 0.87% -
XYZ 43.33 38.48 17.98 -
YUV 166.46 92.19 166.9 -
System Red Green Blue C M Y K H S L
Decimal 221 151 103 0 0.32 0.53 0.13 24.41 0.63 0.64
Hex DD 97 67 0 20 35 D 18 3F 40
Octal 335 227 147 0 40 65 15 30 77 100
Binary 11011101 10010111 1100111 0 100000 110101 1101 11000 111111 1000000

Color Harmonies of #DD9767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9767

Black with #DD9767

Text Example


Text Example

White with #DD9767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9767; }

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

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

background-color css

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

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

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

border-color css

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

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

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