Html Css Color HEX #DA9464 Whiskey

📋 copy color: '#DA9464'

red 218 ◦ green 148 ◦ blue 100

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

Shades of Whiskey #DA9464

Tints of Whiskey #DA9464

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.76%

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

R = 46.78%
G = 31.76%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA9464 (or 0xDA9464) is known color: Whiskey. HEX triplet: DA, 94 and 64. RGB value is (218,148,100). Sum of RGB (Red+Green+Blue) = 218+148+100=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9464 is #256B9B. Grayscale: #A3A3A3. Windows color (decimal): -2452380 or 6591706. OLE color: 6591706.

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

Color convert

RGB 218 148 100 -
CMYK 0 0.32 0.54 0.15
HSL 24.41º 0.61% 0.62% -
HSV(B) 24.41º 0.54% 0.85% -
XYZ 41.8 37.01 17 -
YUV 163.46 92.19 166.9 -
System Red Green Blue C M Y K H S L
Decimal 218 148 100 0 0.32 0.54 0.15 24.41 0.61 0.62
Hex DA 94 64 0 20 36 F 18 3D 3E
Octal 332 224 144 0 40 66 17 30 75 76
Binary 11011010 10010100 1100100 0 100000 110110 1111 11000 111101 111110

Color Harmonies of #DA9464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9464

Black with #DA9464

Text Example


Text Example

White with #DA9464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9464; }

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

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

background-color css

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

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

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

border-color css

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

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

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