Html Css Color HEX #D78F52 Whiskey Sour

📋 copy color: '#D78F52'

red 215 ◦ green 143 ◦ blue 82

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

Shades of Whiskey Sour #D78F52

Tints of Whiskey Sour #D78F52

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.5%

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

R = 48.86%
G = 32.5%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D78F52 (or 0xD78F52) is known color: Whiskey Sour. HEX triplet: D7, 8F and 52. RGB value is (215,143,82). Sum of RGB (Red+Green+Blue) = 215+143+82=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D78F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78F52 is #2870AD. Grayscale: #9D9D9D. Windows color (decimal): -2650286 or 5410775. OLE color: 5410775.

HSL color Cylindrical-coordinate representation of color #D78F52: hue angle of 27.52º 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 #D78F52 is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 143 82 -
CMYK 0 0.33 0.62 0.16
HSL 27.52º 0.62% 0.58% -
HSV(B) 27.52º 0.62% 0.84% -
XYZ 39.37 34.7 12.61 -
YUV 157.57 85.35 168.96 -
System Red Green Blue C M Y K H S L
Decimal 215 143 82 0 0.33 0.62 0.16 27.52 0.62 0.58
Hex D7 8F 52 0 21 3E 10 1C 3E 3A
Octal 327 217 122 0 41 76 20 34 76 72
Binary 11010111 10001111 1010010 0 100001 111110 10000 11100 111110 111010

Color Harmonies of #D78F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78F52

Black with #D78F52

Text Example


Text Example

White with #D78F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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