Html Css Color HEX #DA956A Whiskey

📋 copy color: '#DA956A'

red 218 ◦ green 149 ◦ blue 106

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

Shades of Whiskey #DA956A

Tints of Whiskey #DA956A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.5%

 BLUE value IS 106 (41.8% from 255) = 22.41%

R = 46.09%
G = 31.5%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA956A (or 0xDA956A) is known color: Whiskey. HEX triplet: DA, 95 and 6A. RGB value is (218,149,106). Sum of RGB (Red+Green+Blue) = 218+149+106=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA956A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA956A is #256A95. Grayscale: #A4A4A4. Windows color (decimal): -2452118 or 6985178. OLE color: 6985178.

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

Color convert

RGB 218 149 106 -
CMYK 0 0.32 0.51 0.15
HSL 23.04º 0.6% 0.64% -
HSV(B) 23.04º 0.51% 0.85% -
XYZ 42.26 37.44 18.64 -
YUV 164.73 94.86 166 -
System Red Green Blue C M Y K H S L
Decimal 218 149 106 0 0.32 0.51 0.15 23.04 0.6 0.64
Hex DA 95 6A 0 20 33 F 17 3C 40
Octal 332 225 152 0 40 63 17 27 74 100
Binary 11011010 10010101 1101010 0 100000 110011 1111 10111 111100 1000000

Color Harmonies of #DA956A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA956A

Black with #DA956A

Text Example


Text Example

White with #DA956A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA956A; }

 p { color: rgb(218,149,106); }

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

background-color css

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

 a { background-color: rgb(218,149,106); }

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

border-color css

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

 span { border-color: rgb(218,149,106); }

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