Html Css Color HEX #DA965E Whiskey Sour

📋 copy color: '#DA965E'

red 218 ◦ green 150 ◦ blue 94

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

Shades of Whiskey Sour #DA965E

Tints of Whiskey Sour #DA965E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.47%

 BLUE value IS 94 (37.11% from 255) = 20.35%

R = 47.19%
G = 32.47%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA965E (or 0xDA965E) is known color: Whiskey Sour. HEX triplet: DA, 96 and 5E. RGB value is (218,150,94). Sum of RGB (Red+Green+Blue) = 218+150+94=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA965E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA965E is #2569A1. Grayscale: #A4A4A4. Windows color (decimal): -2451874 or 6199002. OLE color: 6199002.

HSL color Cylindrical-coordinate representation of color #DA965E: hue angle of 27.1º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA965E is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 150 94 -
CMYK 0 0.31 0.57 0.15
HSL 27.1º 0.63% 0.61% -
HSV(B) 27.1º 0.57% 0.85% -
XYZ 41.84 37.53 15.63 -
YUV 163.95 88.53 166.55 -
System Red Green Blue C M Y K H S L
Decimal 218 150 94 0 0.31 0.57 0.15 27.1 0.63 0.61
Hex DA 96 5E 0 1F 39 F 1B 3F 3D
Octal 332 226 136 0 37 71 17 33 77 75
Binary 11011010 10010110 1011110 0 11111 111001 1111 11011 111111 111101

Color Harmonies of #DA965E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA965E

Black with #DA965E

Text Example


Text Example

White with #DA965E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA965E; }

 p { color: rgb(218,150,94); }

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

background-color css

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

 a { background-color: rgb(218,150,94); }

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

border-color css

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

 span { border-color: rgb(218,150,94); }

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