Html Css Color HEX #DA9A6C Whiskey

📋 copy color: '#DA9A6C'

red 218 ◦ green 154 ◦ blue 108

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

Shades of Whiskey #DA9A6C

Tints of Whiskey #DA9A6C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.08%

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

R = 45.42%
G = 32.08%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA9A6C (or 0xDA9A6C) is known color: Whiskey. HEX triplet: DA, 9A and 6C. RGB value is (218,154,108). Sum of RGB (Red+Green+Blue) = 218+154+108=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9A6C is #256593. Grayscale: #A8A8A8. Windows color (decimal): -2450836 or 7117530. OLE color: 7117530.

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

Color convert

RGB 218 154 108 -
CMYK 0 0.29 0.50 0.15
HSL 25.09º 0.6% 0.64% -
HSV(B) 25.09º 0.5% 0.85% -
XYZ 43.18 39.1 19.46 -
YUV 167.89 94.2 163.74 -
System Red Green Blue C M Y K H S L
Decimal 218 154 108 0 0.29 0.50 0.15 25.09 0.6 0.64
Hex DA 9A 6C 0 1D 32 F 19 3C 40
Octal 332 232 154 0 35 62 17 31 74 100
Binary 11011010 10011010 1101100 0 11101 110010 1111 11001 111100 1000000

Color Harmonies of #DA9A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9A6C

Black with #DA9A6C

Text Example


Text Example

White with #DA9A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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