Html Css Color HEX #DA8753 Whiskey Sour

📋 copy color: '#DA8753'

red 218 ◦ green 135 ◦ blue 83

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

Shades of Whiskey Sour #DA8753

Tints of Whiskey Sour #DA8753

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.96%

 BLUE value IS 83 (32.81% from 255) = 19.04%

R = 50%
G = 30.96%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA8753 (or 0xDA8753) is known color: Whiskey Sour. HEX triplet: DA, 87 and 53. RGB value is (218,135,83). Sum of RGB (Red+Green+Blue) = 218+135+83=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 83 (32.81% from 255 or 19.04% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8753 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8753 is #2578AC. Grayscale: #9A9A9A. Windows color (decimal): -2455725 or 5474266. OLE color: 5474266.

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

Color convert

RGB 218 135 83 -
CMYK 0 0.38 0.62 0.15
HSL 23.11º 0.65% 0.59% -
HSV(B) 23.11º 0.62% 0.85% -
XYZ 39.14 32.86 12.46 -
YUV 153.89 88 173.73 -
System Red Green Blue C M Y K H S L
Decimal 218 135 83 0 0.38 0.62 0.15 23.11 0.65 0.59
Hex DA 87 53 0 26 3E F 17 41 3B
Octal 332 207 123 0 46 76 17 27 101 73
Binary 11011010 10000111 1010011 0 100110 111110 1111 10111 1000001 111011

Color Harmonies of #DA8753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8753

Black with #DA8753

Text Example


Text Example

White with #DA8753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8753; }

 p { color: rgb(218,135,83); }

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

background-color css

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

 a { background-color: rgb(218,135,83); }

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

border-color css

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

 span { border-color: rgb(218,135,83); }

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