Html Css Color HEX #DC9768 Whiskey

📋 copy color: '#DC9768'

red 220 ◦ green 151 ◦ blue 104

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

Shades of Whiskey #DC9768

Tints of Whiskey #DC9768

RGB

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

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

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

R = 46.32%
G = 31.79%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC9768 (or 0xDC9768) is known color: Whiskey. HEX triplet: DC, 97 and 68. RGB value is (220,151,104). Sum of RGB (Red+Green+Blue) = 220+151+104=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9768 is #236897. Grayscale: #A6A6A6. Windows color (decimal): -2320536 or 6854620. OLE color: 6854620.

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

Color convert

RGB 220 151 104 -
CMYK 0 0.31 0.53 0.14
HSL 24.31º 0.62% 0.64% -
HSV(B) 24.31º 0.53% 0.86% -
XYZ 43.08 38.35 18.23 -
YUV 166.27 92.86 166.32 -
System Red Green Blue C M Y K H S L
Decimal 220 151 104 0 0.31 0.53 0.14 24.31 0.62 0.64
Hex DC 97 68 0 1F 35 E 18 3E 40
Octal 334 227 150 0 37 65 16 30 76 100
Binary 11011100 10010111 1101000 0 11111 110101 1110 11000 111110 1000000

Color Harmonies of #DC9768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9768

Black with #DC9768

Text Example


Text Example

White with #DC9768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9768; }

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

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

background-color css

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

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

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

border-color css

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

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

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