Html Css Color HEX #DA965D Whiskey Sour

📋 copy color: '#DA965D'

red 218 ◦ green 150 ◦ blue 93

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

Shades of Whiskey Sour #DA965D

Tints of Whiskey Sour #DA965D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.17%

R = 47.29%
G = 32.54%
B = 20.17%

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

#DA965D (or 0xDA965D) is known color: Whiskey Sour. HEX triplet: DA, 96 and 5D. RGB value is (218,150,93). Sum of RGB (Red+Green+Blue) = 218+150+93=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA965D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA965D is #2569A2. Grayscale: #A4A4A4. Windows color (decimal): -2451875 or 6133466. OLE color: 6133466.

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

Color convert

RGB 218 150 93 -
CMYK 0 0.31 0.57 0.15
HSL 27.36º 0.63% 0.61% -
HSV(B) 27.36º 0.57% 0.85% -
XYZ 41.8 37.51 15.39 -
YUV 163.83 88.03 166.63 -
System Red Green Blue C M Y K H S L
Decimal 218 150 93 0 0.31 0.57 0.15 27.36 0.63 0.61
Hex DA 96 5D 0 1F 39 F 1B 3F 3D
Octal 332 226 135 0 37 71 17 33 77 75
Binary 11011010 10010110 1011101 0 11111 111001 1111 11011 111111 111101

Color Harmonies of #DA965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA965D

Black with #DA965D

Text Example


Text Example

White with #DA965D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA965D; }

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

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

background-color css

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

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

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

border-color css

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

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

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