Html Css Color HEX #D78D60 Whiskey

📋 copy color: '#D78D60'

red 215 ◦ green 141 ◦ blue 96

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

Shades of Whiskey #D78D60

Tints of Whiskey #D78D60

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.19%

 BLUE value IS 96 (37.89% from 255) = 21.24%

R = 47.57%
G = 31.19%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D78D60 (or 0xD78D60) is known color: Whiskey. HEX triplet: D7, 8D and 60. RGB value is (215,141,96). Sum of RGB (Red+Green+Blue) = 215+141+96=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D78D60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78D60 is #28729F. Grayscale: #9E9E9E. Windows color (decimal): -2650784 or 6327767. OLE color: 6327767.

HSL color Cylindrical-coordinate representation of color #D78D60: hue angle of 22.69º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D78D60 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 141 96 -
CMYK 0 0.34 0.55 0.16
HSL 22.69º 0.6% 0.61% -
HSV(B) 22.69º 0.55% 0.84% -
XYZ 39.66 34.34 15.6 -
YUV 158 93.02 168.66 -
System Red Green Blue C M Y K H S L
Decimal 215 141 96 0 0.34 0.55 0.16 22.69 0.6 0.61
Hex D7 8D 60 0 22 37 10 17 3C 3D
Octal 327 215 140 0 42 67 20 27 74 75
Binary 11010111 10001101 1100000 0 100010 110111 10000 10111 111100 111101

Color Harmonies of #D78D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78D60

Black with #D78D60

Text Example


Text Example

White with #D78D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78D60; }

 p { color: rgb(215,141,96); }

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

background-color css

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

 a { background-color: rgb(215,141,96); }

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

border-color css

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

 span { border-color: rgb(215,141,96); }

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