Html Css Color HEX #DA9A6A Whiskey

📋 copy color: '#DA9A6A'

red 218 ◦ green 154 ◦ blue 106

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

Shades of Whiskey #DA9A6A

Tints of Whiskey #DA9A6A

RGB

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

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

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

R = 45.61%
G = 32.22%
B = 22.18%

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

#DA9A6A (or 0xDA9A6A) is known color: Whiskey. HEX triplet: DA, 9A and 6A. RGB value is (218,154,106). Sum of RGB (Red+Green+Blue) = 218+154+106=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9A6A is #256595. Grayscale: #A7A7A7. Windows color (decimal): -2450838 or 6986458. OLE color: 6986458.

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

Color convert

RGB 218 154 106 -
CMYK 0 0.29 0.51 0.15
HSL 25.71º 0.6% 0.64% -
HSV(B) 25.71º 0.51% 0.85% -
XYZ 43.07 39.06 18.9 -
YUV 167.66 93.2 163.9 -
System Red Green Blue C M Y K H S L
Decimal 218 154 106 0 0.29 0.51 0.15 25.71 0.6 0.64
Hex DA 9A 6A 0 1D 33 F 1A 3C 40
Octal 332 232 152 0 35 63 17 32 74 100
Binary 11011010 10011010 1101010 0 11101 110011 1111 11010 111100 1000000

Color Harmonies of #DA9A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9A6A

Black with #DA9A6A

Text Example


Text Example

White with #DA9A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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