Html Css Color HEX #DA9063 Whiskey

📋 copy color: '#DA9063'

red 218 ◦ green 144 ◦ blue 99

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

Shades of Whiskey #DA9063

Tints of Whiskey #DA9063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.48%

R = 47.29%
G = 31.24%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA9063 (or 0xDA9063) is known color: Whiskey. HEX triplet: DA, 90 and 63. RGB value is (218,144,99). Sum of RGB (Red+Green+Blue) = 218+144+99=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 99 (39.06% from 255 or 21.48% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9063 is #256F9C. Grayscale: #A1A1A1. Windows color (decimal): -2453405 or 6525146. OLE color: 6525146.

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

Color convert

RGB 218 144 99 -
CMYK 0 0.34 0.55 0.15
HSL 22.69º 0.62% 0.62% -
HSV(B) 22.69º 0.55% 0.85% -
XYZ 41.14 35.75 16.54 -
YUV 161 93.02 168.66 -
System Red Green Blue C M Y K H S L
Decimal 218 144 99 0 0.34 0.55 0.15 22.69 0.62 0.62
Hex DA 90 63 0 22 37 F 17 3E 3E
Octal 332 220 143 0 42 67 17 27 76 76
Binary 11011010 10010000 1100011 0 100010 110111 1111 10111 111110 111110

Color Harmonies of #DA9063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9063

Black with #DA9063

Text Example


Text Example

White with #DA9063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9063; }

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

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

background-color css

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

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

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

border-color css

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

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

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