Html Css Color HEX #DC9765 Whiskey

📋 copy color: '#DC9765'

red 220 ◦ green 151 ◦ blue 101

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

Shades of Whiskey #DC9765

Tints of Whiskey #DC9765

RGB

 RED value IS 220 (86.33% from 255) = 46.61%

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

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

R = 46.61%
G = 31.99%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC9765 (or 0xDC9765) is known color: Whiskey. HEX triplet: DC, 97 and 65. RGB value is (220,151,101). Sum of RGB (Red+Green+Blue) = 220+151+101=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 151 (59.38% from 255 or 31.99% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9765 is #23689A. Grayscale: #A6A6A6. Windows color (decimal): -2320539 or 6658012. OLE color: 6658012.

HSL color Cylindrical-coordinate representation of color #DC9765: hue angle of 25.21º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC9765 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 151 101 -
CMYK 0 0.31 0.54 0.14
HSL 25.21º 0.63% 0.63% -
HSV(B) 25.21º 0.54% 0.86% -
XYZ 42.93 38.29 17.44 -
YUV 165.93 91.36 166.57 -
System Red Green Blue C M Y K H S L
Decimal 220 151 101 0 0.31 0.54 0.14 25.21 0.63 0.63
Hex DC 97 65 0 1F 36 E 19 3F 3F
Octal 334 227 145 0 37 66 16 31 77 77
Binary 11011100 10010111 1100101 0 11111 110110 1110 11001 111111 111111

Color Harmonies of #DC9765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9765

Black with #DC9765

Text Example


Text Example

White with #DC9765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9765; }

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

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

background-color css

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

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

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

border-color css

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

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

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