Html Css Color HEX #DA9468 Whiskey

📋 copy color: '#DA9468'

red 218 ◦ green 148 ◦ blue 104

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

Shades of Whiskey #DA9468

Tints of Whiskey #DA9468

RGB

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

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

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

R = 46.38%
G = 31.49%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA9468 (or 0xDA9468) is known color: Whiskey. HEX triplet: DA, 94 and 68. RGB value is (218,148,104). Sum of RGB (Red+Green+Blue) = 218+148+104=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9468 is #256B97. Grayscale: #A4A4A4. Windows color (decimal): -2452376 or 6853850. OLE color: 6853850.

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

Color convert

RGB 218 148 104 -
CMYK 0 0.32 0.52 0.15
HSL 23.16º 0.61% 0.63% -
HSV(B) 23.16º 0.52% 0.85% -
XYZ 42 37.08 18.04 -
YUV 163.91 94.19 166.58 -
System Red Green Blue C M Y K H S L
Decimal 218 148 104 0 0.32 0.52 0.15 23.16 0.61 0.63
Hex DA 94 68 0 20 34 F 17 3D 3F
Octal 332 224 150 0 40 64 17 27 75 77
Binary 11011010 10010100 1101000 0 100000 110100 1111 10111 111101 111111

Color Harmonies of #DA9468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9468

Black with #DA9468

Text Example


Text Example

White with #DA9468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9468; }

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

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

background-color css

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

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

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

border-color css

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

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

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