Html Css Color HEX #D78C52 Whiskey Sour

📋 copy color: '#D78C52'

red 215 ◦ green 140 ◦ blue 82

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

Shades of Whiskey Sour #D78C52

Tints of Whiskey Sour #D78C52

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.04%

 BLUE value IS 82 (32.42% from 255) = 18.76%

R = 49.2%
G = 32.04%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D78C52 (or 0xD78C52) is known color: Whiskey Sour. HEX triplet: D7, 8C and 52. RGB value is (215,140,82). Sum of RGB (Red+Green+Blue) = 215+140+82=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 82 (32.42% from 255 or 18.76% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D78C52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78C52 is #2873AD. Grayscale: #9C9C9C. Windows color (decimal): -2651054 or 5410007. OLE color: 5410007.

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

Color convert

RGB 215 140 82 -
CMYK 0 0.35 0.62 0.16
HSL 26.17º 0.62% 0.58% -
HSV(B) 26.17º 0.62% 0.84% -
XYZ 38.93 33.81 12.46 -
YUV 155.81 86.35 170.22 -
System Red Green Blue C M Y K H S L
Decimal 215 140 82 0 0.35 0.62 0.16 26.17 0.62 0.58
Hex D7 8C 52 0 23 3E 10 1A 3E 3A
Octal 327 214 122 0 43 76 20 32 76 72
Binary 11010111 10001100 1010010 0 100011 111110 10000 11010 111110 111010

Color Harmonies of #D78C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78C52

Black with #D78C52

Text Example


Text Example

White with #D78C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78C52; }

 p { color: rgb(215,140,82); }

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

background-color css

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

 a { background-color: rgb(215,140,82); }

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

border-color css

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

 span { border-color: rgb(215,140,82); }

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