Html Css Color HEX #DA9C6D Whiskey

📋 copy color: '#DA9C6D'

red 218 ◦ green 156 ◦ blue 109

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

Shades of Whiskey #DA9C6D

Tints of Whiskey #DA9C6D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.3%

 BLUE value IS 109 (42.97% from 255) = 22.57%

R = 45.13%
G = 32.3%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA9C6D (or 0xDA9C6D) is known color: Whiskey. HEX triplet: DA, 9C and 6D. RGB value is (218,156,109). Sum of RGB (Red+Green+Blue) = 218+156+109=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9C6D is #256392. Grayscale: #A9A9A9. Windows color (decimal): -2450323 or 7183578. OLE color: 7183578.

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

Color convert

RGB 218 156 109 -
CMYK 0 0.28 0.5 0.15
HSL 25.87º 0.6% 0.64% -
HSV(B) 25.87º 0.5% 0.85% -
XYZ 43.56 39.79 19.85 -
YUV 169.18 94.04 162.82 -
System Red Green Blue C M Y K H S L
Decimal 218 156 109 0 0.28 0.5 0.15 25.87 0.6 0.64
Hex DA 9C 6D 0 1C 32 F 1A 3C 40
Octal 332 234 155 0 34 62 17 32 74 100
Binary 11011010 10011100 1101101 0 11100 110010 1111 11010 111100 1000000

Color Harmonies of #DA9C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9C6D

Black with #DA9C6D

Text Example


Text Example

White with #DA9C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9C6D; }

 p { color: rgb(218,156,109); }

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

background-color css

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

 a { background-color: rgb(218,156,109); }

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

border-color css

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

 span { border-color: rgb(218,156,109); }

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