Html Css Color HEX #DA9B6B Whiskey

📋 copy color: '#DA9B6B'

red 218 ◦ green 155 ◦ blue 107

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

Shades of Whiskey #DA9B6B

Tints of Whiskey #DA9B6B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.29%

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

R = 45.42%
G = 32.29%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA9B6B (or 0xDA9B6B) is known color: Whiskey. HEX triplet: DA, 9B and 6B. RGB value is (218,155,107). Sum of RGB (Red+Green+Blue) = 218+155+107=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9B6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9B6B is #256494. Grayscale: #A8A8A8. Windows color (decimal): -2450581 or 7052250. OLE color: 7052250.

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

Color convert

RGB 218 155 107 -
CMYK 0 0.29 0.51 0.15
HSL 25.95º 0.6% 0.64% -
HSV(B) 25.95º 0.51% 0.85% -
XYZ 43.29 39.41 19.24 -
YUV 168.37 93.37 163.4 -
System Red Green Blue C M Y K H S L
Decimal 218 155 107 0 0.29 0.51 0.15 25.95 0.6 0.64
Hex DA 9B 6B 0 1D 33 F 1A 3C 40
Octal 332 233 153 0 35 63 17 32 74 100
Binary 11011010 10011011 1101011 0 11101 110011 1111 11010 111100 1000000

Color Harmonies of #DA9B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9B6B

Black with #DA9B6B

Text Example


Text Example

White with #DA9B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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