Html Css Color HEX #D78A50 Whiskey Sour

📋 copy color: '#D78A50'

red 215 ◦ green 138 ◦ blue 80

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

Shades of Whiskey Sour #D78A50

Tints of Whiskey Sour #D78A50

RGB

 RED value IS 215 (84.38% from 255) = 49.65%

 GREEN value IS 138 (54.3% from 255) = 31.87%

 BLUE value IS 80 (31.64% from 255) = 18.48%

R = 49.65%
G = 31.87%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D78A50 (or 0xD78A50) is known color: Whiskey Sour. HEX triplet: D7, 8A and 50. RGB value is (215,138,80). Sum of RGB (Red+Green+Blue) = 215+138+80=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D78A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78A50 is #2875AF. Grayscale: #9A9A9A. Windows color (decimal): -2651568 or 5278423. OLE color: 5278423.

HSL color Cylindrical-coordinate representation of color #D78A50: hue angle of 25.78º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D78A50 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 138 80 -
CMYK 0 0.36 0.63 0.16
HSL 25.78º 0.63% 0.58% -
HSV(B) 25.78º 0.63% 0.84% -
XYZ 38.56 33.2 11.97 -
YUV 154.41 86.01 171.22 -
System Red Green Blue C M Y K H S L
Decimal 215 138 80 0 0.36 0.63 0.16 25.78 0.63 0.58
Hex D7 8A 50 0 24 3F 10 1A 3F 3A
Octal 327 212 120 0 44 77 20 32 77 72
Binary 11010111 10001010 1010000 0 100100 111111 10000 11010 111111 111010

Color Harmonies of #D78A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78A50

Black with #D78A50

Text Example


Text Example

White with #D78A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78A50; }

 p { color: rgb(215,138,80); }

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

background-color css

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

 a { background-color: rgb(215,138,80); }

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

border-color css

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

 span { border-color: rgb(215,138,80); }

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