Html Css Color HEX #DD9A6B Whiskey

📋 copy color: '#DD9A6B'

red 221 ◦ green 154 ◦ blue 107

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

Shades of Whiskey #DD9A6B

Tints of Whiskey #DD9A6B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.95%

 BLUE value IS 107 (42.19% from 255) = 22.2%

R = 45.85%
G = 31.95%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD9A6B (or 0xDD9A6B) is known color: Whiskey. HEX triplet: DD, 9A and 6B. RGB value is (221,154,107). Sum of RGB (Red+Green+Blue) = 221+154+107=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9A6B is #226594. Grayscale: #A8A8A8. Windows color (decimal): -2254229 or 7051997. OLE color: 7051997.

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

Color convert

RGB 221 154 107 -
CMYK 0 0.30 0.52 0.13
HSL 24.74º 0.63% 0.64% -
HSV(B) 24.74º 0.52% 0.87% -
XYZ 44.03 39.54 19.22 -
YUV 168.68 93.2 165.32 -
System Red Green Blue C M Y K H S L
Decimal 221 154 107 0 0.30 0.52 0.13 24.74 0.63 0.64
Hex DD 9A 6B 0 1E 34 D 19 3F 40
Octal 335 232 153 0 36 64 15 31 77 100
Binary 11011101 10011010 1101011 0 11110 110100 1101 11001 111111 1000000

Color Harmonies of #DD9A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9A6B

Black with #DD9A6B

Text Example


Text Example

White with #DD9A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9A6B; }

 p { color: rgb(221,154,107); }

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

background-color css

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

 a { background-color: rgb(221,154,107); }

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

border-color css

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

 span { border-color: rgb(221,154,107); }

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