Html Css Color HEX #DA996B Whiskey

📋 copy color: '#DA996B'

red 218 ◦ green 153 ◦ blue 107

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

Shades of Whiskey #DA996B

Tints of Whiskey #DA996B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.38%

R = 45.61%
G = 32.01%
B = 22.38%

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

#DA996B (or 0xDA996B) is known color: Whiskey. HEX triplet: DA, 99 and 6B. RGB value is (218,153,107). Sum of RGB (Red+Green+Blue) = 218+153+107=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA996B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA996B is #256694. Grayscale: #A7A7A7. Windows color (decimal): -2451093 or 7051738. OLE color: 7051738.

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

Color convert

RGB 218 153 107 -
CMYK 0 0.30 0.51 0.15
HSL 24.86º 0.6% 0.64% -
HSV(B) 24.86º 0.51% 0.85% -
XYZ 42.96 38.75 19.13 -
YUV 167.19 94.03 164.24 -
System Red Green Blue C M Y K H S L
Decimal 218 153 107 0 0.30 0.51 0.15 24.86 0.6 0.64
Hex DA 99 6B 0 1E 33 F 19 3C 40
Octal 332 231 153 0 36 63 17 31 74 100
Binary 11011010 10011001 1101011 0 11110 110011 1111 11001 111100 1000000

Color Harmonies of #DA996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA996B

Black with #DA996B

Text Example


Text Example

White with #DA996B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA996B; }

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

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

background-color css

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

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

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

border-color css

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

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

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