Html Css Color HEX #DC9769 Whiskey

📋 copy color: '#DC9769'

red 220 ◦ green 151 ◦ blue 105

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

Shades of Whiskey #DC9769

Tints of Whiskey #DC9769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.06%

R = 46.22%
G = 31.72%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC9769 (or 0xDC9769) is known color: Whiskey. HEX triplet: DC, 97 and 69. RGB value is (220,151,105). Sum of RGB (Red+Green+Blue) = 220+151+105=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9769 is #236896. Grayscale: #A6A6A6. Windows color (decimal): -2320535 or 6920156. OLE color: 6920156.

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

Color convert

RGB 220 151 105 -
CMYK 0 0.31 0.52 0.14
HSL 24º 0.62% 0.64% -
HSV(B) 24º 0.52% 0.86% -
XYZ 43.13 38.37 18.5 -
YUV 166.39 93.36 166.24 -
System Red Green Blue C M Y K H S L
Decimal 220 151 105 0 0.31 0.52 0.14 24 0.62 0.64
Hex DC 97 69 0 1F 34 E 18 3E 40
Octal 334 227 151 0 37 64 16 30 76 100
Binary 11011100 10010111 1101001 0 11111 110100 1110 11000 111110 1000000

Color Harmonies of #DC9769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9769

Black with #DC9769

Text Example


Text Example

White with #DC9769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9769; }

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

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

background-color css

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

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

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

border-color css

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

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

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