Html Css Color HEX #DA9A68 Whiskey

📋 copy color: '#DA9A68'

red 218 ◦ green 154 ◦ blue 104

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

Shades of Whiskey #DA9A68

Tints of Whiskey #DA9A68

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.35%

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

R = 45.8%
G = 32.35%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA9A68 (or 0xDA9A68) is known color: Whiskey. HEX triplet: DA, 9A and 68. RGB value is (218,154,104). Sum of RGB (Red+Green+Blue) = 218+154+104=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9A68 is #256597. Grayscale: #A7A7A7. Windows color (decimal): -2450840 or 6855386. OLE color: 6855386.

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

Color convert

RGB 218 154 104 -
CMYK 0 0.29 0.52 0.15
HSL 26.32º 0.61% 0.63% -
HSV(B) 26.32º 0.52% 0.85% -
XYZ 42.97 39.02 18.36 -
YUV 167.44 92.2 164.07 -
System Red Green Blue C M Y K H S L
Decimal 218 154 104 0 0.29 0.52 0.15 26.32 0.61 0.63
Hex DA 9A 68 0 1D 34 F 1A 3D 3F
Octal 332 232 150 0 35 64 17 32 75 77
Binary 11011010 10011010 1101000 0 11101 110100 1111 11010 111101 111111

Color Harmonies of #DA9A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9A68

Black with #DA9A68

Text Example


Text Example

White with #DA9A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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