Html Css Color HEX #DD9765 Whiskey

📋 copy color: '#DD9765'

red 221 ◦ green 151 ◦ blue 101

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

Shades of Whiskey #DD9765

Tints of Whiskey #DD9765

RGB

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

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

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

R = 46.72%
G = 31.92%
B = 21.35%

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

#DD9765 (or 0xDD9765) is known color: Whiskey. HEX triplet: DD, 97 and 65. RGB value is (221,151,101). Sum of RGB (Red+Green+Blue) = 221+151+101=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9765 is #22689A. Grayscale: #A6A6A6. Windows color (decimal): -2255003 or 6658013. OLE color: 6658013.

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

Color convert

RGB 221 151 101 -
CMYK 0 0.32 0.54 0.13
HSL 25º 0.64% 0.63% -
HSV(B) 25º 0.54% 0.87% -
XYZ 43.23 38.44 17.45 -
YUV 166.23 91.19 167.07 -
System Red Green Blue C M Y K H S L
Decimal 221 151 101 0 0.32 0.54 0.13 25 0.64 0.63
Hex DD 97 65 0 20 36 D 19 40 3F
Octal 335 227 145 0 40 66 15 31 100 77
Binary 11011101 10010111 1100101 0 100000 110110 1101 11001 1000000 111111

Color Harmonies of #DD9765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9765

Black with #DD9765

Text Example


Text Example

White with #DD9765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9765; }

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

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

background-color css

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

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

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

border-color css

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

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

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