Html Css Color HEX #DA996A Whiskey

📋 copy color: '#DA996A'

red 218 ◦ green 153 ◦ blue 106

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

Shades of Whiskey #DA996A

Tints of Whiskey #DA996A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.22%

R = 45.7%
G = 32.08%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA996A (or 0xDA996A) is known color: Whiskey. HEX triplet: DA, 99 and 6A. RGB value is (218,153,106). Sum of RGB (Red+Green+Blue) = 218+153+106=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA996A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA996A is #256695. Grayscale: #A7A7A7. Windows color (decimal): -2451094 or 6986202. OLE color: 6986202.

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

Color convert

RGB 218 153 106 -
CMYK 0 0.30 0.51 0.15
HSL 25.18º 0.6% 0.64% -
HSV(B) 25.18º 0.51% 0.85% -
XYZ 42.91 38.73 18.85 -
YUV 167.08 93.53 164.32 -
System Red Green Blue C M Y K H S L
Decimal 218 153 106 0 0.30 0.51 0.15 25.18 0.6 0.64
Hex DA 99 6A 0 1E 33 F 19 3C 40
Octal 332 231 152 0 36 63 17 31 74 100
Binary 11011010 10011001 1101010 0 11110 110011 1111 11001 111100 1000000

Color Harmonies of #DA996A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA996A

Black with #DA996A

Text Example


Text Example

White with #DA996A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA996A; }

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

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

background-color css

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

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

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

border-color css

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

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

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