Html Css Color HEX #DC9763 Whiskey Sour

📋 copy color: '#DC9763'

red 220 ◦ green 151 ◦ blue 99

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

Shades of Whiskey Sour #DC9763

Tints of Whiskey Sour #DC9763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.06%

R = 46.81%
G = 32.13%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC9763 (or 0xDC9763) is known color: Whiskey Sour. HEX triplet: DC, 97 and 63. RGB value is (220,151,99). Sum of RGB (Red+Green+Blue) = 220+151+99=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9763 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9763 is #23689C. Grayscale: #A5A5A5. Windows color (decimal): -2320541 or 6526940. OLE color: 6526940.

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

Color convert

RGB 220 151 99 -
CMYK 0 0.31 0.55 0.14
HSL 25.79º 0.63% 0.63% -
HSV(B) 25.79º 0.55% 0.86% -
XYZ 42.83 38.25 16.93 -
YUV 165.7 90.36 166.73 -
System Red Green Blue C M Y K H S L
Decimal 220 151 99 0 0.31 0.55 0.14 25.79 0.63 0.63
Hex DC 97 63 0 1F 37 E 1A 3F 3F
Octal 334 227 143 0 37 67 16 32 77 77
Binary 11011100 10010111 1100011 0 11111 110111 1110 11010 111111 111111

Color Harmonies of #DC9763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9763

Black with #DC9763

Text Example


Text Example

White with #DC9763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9763; }

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

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

background-color css

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

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

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

border-color css

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

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

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