Html Css Color HEX #DA9C6B Whiskey

📋 copy color: '#DA9C6B'

red 218 ◦ green 156 ◦ blue 107

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

Shades of Whiskey #DA9C6B

Tints of Whiskey #DA9C6B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.43%

 BLUE value IS 107 (42.19% from 255) = 22.25%

R = 45.32%
G = 32.43%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA9C6B (or 0xDA9C6B) is known color: Whiskey. HEX triplet: DA, 9C and 6B. RGB value is (218,156,107). Sum of RGB (Red+Green+Blue) = 218+156+107=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9C6B is #256394. Grayscale: #A9A9A9. Windows color (decimal): -2450325 or 7052506. OLE color: 7052506.

HSL color Cylindrical-coordinate representation of color #DA9C6B: hue angle of 26.49º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA9C6B is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 156 107 -
CMYK 0 0.28 0.51 0.15
HSL 26.49º 0.6% 0.64% -
HSV(B) 26.49º 0.51% 0.85% -
XYZ 43.46 39.74 19.29 -
YUV 168.95 93.04 162.98 -
System Red Green Blue C M Y K H S L
Decimal 218 156 107 0 0.28 0.51 0.15 26.49 0.6 0.64
Hex DA 9C 6B 0 1C 33 F 1A 3C 40
Octal 332 234 153 0 34 63 17 32 74 100
Binary 11011010 10011100 1101011 0 11100 110011 1111 11010 111100 1000000

Color Harmonies of #DA9C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9C6B

Black with #DA9C6B

Text Example


Text Example

White with #DA9C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9C6B; }

 p { color: rgb(218,156,107); }

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

background-color css

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

 a { background-color: rgb(218,156,107); }

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

border-color css

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

 span { border-color: rgb(218,156,107); }

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