Html Css Color HEX #DA9367 Whiskey

📋 copy color: '#DA9367'

red 218 ◦ green 147 ◦ blue 103

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

Shades of Whiskey #DA9367

Tints of Whiskey #DA9367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.01%

R = 46.58%
G = 31.41%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA9367 (or 0xDA9367) is known color: Whiskey. HEX triplet: DA, 93 and 67. RGB value is (218,147,103). Sum of RGB (Red+Green+Blue) = 218+147+103=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 103 (40.62% from 255 or 22.01% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9367 is #256C98. Grayscale: #A3A3A3. Windows color (decimal): -2452633 or 6788058. OLE color: 6788058.

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

Color convert

RGB 218 147 103 -
CMYK 0 0.33 0.53 0.15
HSL 22.96º 0.61% 0.63% -
HSV(B) 22.96º 0.53% 0.85% -
XYZ 41.8 36.75 17.72 -
YUV 163.21 94.02 167.08 -
System Red Green Blue C M Y K H S L
Decimal 218 147 103 0 0.33 0.53 0.15 22.96 0.61 0.63
Hex DA 93 67 0 21 35 F 17 3D 3F
Octal 332 223 147 0 41 65 17 27 75 77
Binary 11011010 10010011 1100111 0 100001 110101 1111 10111 111101 111111

Color Harmonies of #DA9367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9367

Black with #DA9367

Text Example


Text Example

White with #DA9367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9367; }

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

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

background-color css

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

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

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

border-color css

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

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

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