Html Css Color HEX #DD9768 Whiskey

📋 copy color: '#DD9768'

red 221 ◦ green 151 ◦ blue 104

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

Shades of Whiskey #DD9768

Tints of Whiskey #DD9768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.85%

R = 46.43%
G = 31.72%
B = 21.85%

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

#DD9768 (or 0xDD9768) is known color: Whiskey. HEX triplet: DD, 97 and 68. RGB value is (221,151,104). Sum of RGB (Red+Green+Blue) = 221+151+104=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9768 is #226897. Grayscale: #A6A6A6. Windows color (decimal): -2255000 or 6854621. OLE color: 6854621.

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

Color convert

RGB 221 151 104 -
CMYK 0 0.32 0.53 0.13
HSL 24.1º 0.63% 0.64% -
HSV(B) 24.1º 0.53% 0.87% -
XYZ 43.38 38.5 18.24 -
YUV 166.57 92.69 166.82 -
System Red Green Blue C M Y K H S L
Decimal 221 151 104 0 0.32 0.53 0.13 24.1 0.63 0.64
Hex DD 97 68 0 20 35 D 18 3F 40
Octal 335 227 150 0 40 65 15 30 77 100
Binary 11011101 10010111 1101000 0 100000 110101 1101 11000 111111 1000000

Color Harmonies of #DD9768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9768

Black with #DD9768

Text Example


Text Example

White with #DD9768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9768; }

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

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

background-color css

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

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

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

border-color css

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

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

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