Html Css Color HEX #DC9969 Whiskey

📋 copy color: '#DC9969'

red 220 ◦ green 153 ◦ blue 105

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

Shades of Whiskey #DC9969

Tints of Whiskey #DC9969

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.01%

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

R = 46.03%
G = 32.01%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC9969 (or 0xDC9969) is known color: Whiskey. HEX triplet: DC, 99 and 69. RGB value is (220,153,105). Sum of RGB (Red+Green+Blue) = 220+153+105=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9969 is #236696. Grayscale: #A7A7A7. Windows color (decimal): -2320023 or 6920668. OLE color: 6920668.

HSL color Cylindrical-coordinate representation of color #DC9969: hue angle of 25.04º 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 #DC9969 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 153 105 -
CMYK 0 0.30 0.52 0.14
HSL 25.04º 0.62% 0.64% -
HSV(B) 25.04º 0.52% 0.86% -
XYZ 43.46 39.02 18.61 -
YUV 167.56 92.7 165.4 -
System Red Green Blue C M Y K H S L
Decimal 220 153 105 0 0.30 0.52 0.14 25.04 0.62 0.64
Hex DC 99 69 0 1E 34 E 19 3E 40
Octal 334 231 151 0 36 64 16 31 76 100
Binary 11011100 10011001 1101001 0 11110 110100 1110 11001 111110 1000000

Color Harmonies of #DC9969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9969

Black with #DC9969

Text Example


Text Example

White with #DC9969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9969; }

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

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

background-color css

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

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

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

border-color css

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

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

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