Html Css Color HEX #DA9064 Whiskey

📋 copy color: '#DA9064'

red 218 ◦ green 144 ◦ blue 100

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

Shades of Whiskey #DA9064

Tints of Whiskey #DA9064

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.17%

 BLUE value IS 100 (39.45% from 255) = 21.65%

R = 47.19%
G = 31.17%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA9064 (or 0xDA9064) is known color: Whiskey. HEX triplet: DA, 90 and 64. RGB value is (218,144,100). Sum of RGB (Red+Green+Blue) = 218+144+100=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 100 (39.45% from 255 or 21.65% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9064 is #256F9B. Grayscale: #A1A1A1. Windows color (decimal): -2453404 or 6590682. OLE color: 6590682.

HSL color Cylindrical-coordinate representation of color #DA9064: hue angle of 22.37º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA9064 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 144 100 -
CMYK 0 0.34 0.54 0.15
HSL 22.37º 0.61% 0.62% -
HSV(B) 22.37º 0.54% 0.85% -
XYZ 41.19 35.77 16.79 -
YUV 161.11 93.52 168.58 -
System Red Green Blue C M Y K H S L
Decimal 218 144 100 0 0.34 0.54 0.15 22.37 0.61 0.62
Hex DA 90 64 0 22 36 F 16 3D 3E
Octal 332 220 144 0 42 66 17 26 75 76
Binary 11011010 10010000 1100100 0 100010 110110 1111 10110 111101 111110

Color Harmonies of #DA9064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9064

Black with #DA9064

Text Example


Text Example

White with #DA9064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9064; }

 p { color: rgb(218,144,100); }

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

background-color css

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

 a { background-color: rgb(218,144,100); }

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

border-color css

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

 span { border-color: rgb(218,144,100); }

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