Html Css Color HEX #DA9368 Whiskey

📋 copy color: '#DA9368'

red 218 ◦ green 147 ◦ blue 104

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

Shades of Whiskey #DA9368

Tints of Whiskey #DA9368

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.34%

 BLUE value IS 104 (41.02% from 255) = 22.17%

R = 46.48%
G = 31.34%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA9368 (or 0xDA9368) is known color: Whiskey. HEX triplet: DA, 93 and 68. RGB value is (218,147,104). Sum of RGB (Red+Green+Blue) = 218+147+104=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9368 is #256C97. Grayscale: #A3A3A3. Windows color (decimal): -2452632 or 6853594. OLE color: 6853594.

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

Color convert

RGB 218 147 104 -
CMYK 0 0.33 0.52 0.15
HSL 22.63º 0.61% 0.63% -
HSV(B) 22.63º 0.52% 0.85% -
XYZ 41.85 36.77 17.99 -
YUV 163.33 94.52 167 -
System Red Green Blue C M Y K H S L
Decimal 218 147 104 0 0.33 0.52 0.15 22.63 0.61 0.63
Hex DA 93 68 0 21 34 F 17 3D 3F
Octal 332 223 150 0 41 64 17 27 75 77
Binary 11011010 10010011 1101000 0 100001 110100 1111 10111 111101 111111

Color Harmonies of #DA9368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9368

Black with #DA9368

Text Example


Text Example

White with #DA9368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9368; }

 p { color: rgb(218,147,104); }

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

background-color css

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

 a { background-color: rgb(218,147,104); }

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

border-color css

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

 span { border-color: rgb(218,147,104); }

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