Html Css Color HEX #DA9A6B Whiskey

📋 copy color: '#DA9A6B'

red 218 ◦ green 154 ◦ blue 107

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

Shades of Whiskey #DA9A6B

Tints of Whiskey #DA9A6B

RGB

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

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

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

R = 45.51%
G = 32.15%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA9A6B (or 0xDA9A6B) is known color: Whiskey. HEX triplet: DA, 9A and 6B. RGB value is (218,154,107). Sum of RGB (Red+Green+Blue) = 218+154+107=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9A6B is #256594. Grayscale: #A8A8A8. Windows color (decimal): -2450837 or 7051994. OLE color: 7051994.

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

Color convert

RGB 218 154 107 -
CMYK 0 0.29 0.51 0.15
HSL 25.41º 0.6% 0.64% -
HSV(B) 25.41º 0.51% 0.85% -
XYZ 43.12 39.08 19.18 -
YUV 167.78 93.7 163.82 -
System Red Green Blue C M Y K H S L
Decimal 218 154 107 0 0.29 0.51 0.15 25.41 0.6 0.64
Hex DA 9A 6B 0 1D 33 F 19 3C 40
Octal 332 232 153 0 35 63 17 31 74 100
Binary 11011010 10011010 1101011 0 11101 110011 1111 11001 111100 1000000

Color Harmonies of #DA9A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9A6B

Black with #DA9A6B

Text Example


Text Example

White with #DA9A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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