Html Css Color HEX #DA996C Whiskey

📋 copy color: '#DA996C'

red 218 ◦ green 153 ◦ blue 108

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

Shades of Whiskey #DA996C

Tints of Whiskey #DA996C

RGB

 RED value IS 218 (85.55% from 255) = 45.51%

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

 BLUE value IS 108 (42.58% from 255) = 22.55%

R = 45.51%
G = 31.94%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA996C (or 0xDA996C) is known color: Whiskey. HEX triplet: DA, 99 and 6C. RGB value is (218,153,108). Sum of RGB (Red+Green+Blue) = 218+153+108=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA996C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA996C is #256693. Grayscale: #A7A7A7. Windows color (decimal): -2451092 or 7117274. OLE color: 7117274.

HSL color Cylindrical-coordinate representation of color #DA996C: hue angle of 24.55º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA996C is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 153 108 -
CMYK 0 0.30 0.50 0.15
HSL 24.55º 0.6% 0.64% -
HSV(B) 24.55º 0.5% 0.85% -
XYZ 43.01 38.77 19.4 -
YUV 167.31 94.53 164.16 -
System Red Green Blue C M Y K H S L
Decimal 218 153 108 0 0.30 0.50 0.15 24.55 0.6 0.64
Hex DA 99 6C 0 1E 32 F 19 3C 40
Octal 332 231 154 0 36 62 17 31 74 100
Binary 11011010 10011001 1101100 0 11110 110010 1111 11001 111100 1000000

Color Harmonies of #DA996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA996C

Black with #DA996C

Text Example


Text Example

White with #DA996C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA996C; }

 p { color: rgb(218,153,108); }

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

background-color css

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

 a { background-color: rgb(218,153,108); }

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

border-color css

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

 span { border-color: rgb(218,153,108); }

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