Html Css Color HEX #DA965F Whiskey Sour

📋 copy color: '#DA965F'

red 218 ◦ green 150 ◦ blue 95

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

Shades of Whiskey Sour #DA965F

Tints of Whiskey Sour #DA965F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.52%

R = 47.08%
G = 32.4%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA965F (or 0xDA965F) is known color: Whiskey Sour. HEX triplet: DA, 96 and 5F. RGB value is (218,150,95). Sum of RGB (Red+Green+Blue) = 218+150+95=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA965F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA965F is #2569A0. Grayscale: #A4A4A4. Windows color (decimal): -2451873 or 6264538. OLE color: 6264538.

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

Color convert

RGB 218 150 95 -
CMYK 0 0.31 0.56 0.15
HSL 26.83º 0.62% 0.61% -
HSV(B) 26.83º 0.56% 0.85% -
XYZ 41.89 37.54 15.87 -
YUV 164.06 89.03 166.47 -
System Red Green Blue C M Y K H S L
Decimal 218 150 95 0 0.31 0.56 0.15 26.83 0.62 0.61
Hex DA 96 5F 0 1F 38 F 1B 3E 3D
Octal 332 226 137 0 37 70 17 33 76 75
Binary 11011010 10010110 1011111 0 11111 111000 1111 11011 111110 111101

Color Harmonies of #DA965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA965F

Black with #DA965F

Text Example


Text Example

White with #DA965F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA965F; }

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

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

background-color css

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

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

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

border-color css

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

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

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