Html Css Color HEX #D78C60 Whiskey

📋 copy color: '#D78C60'

red 215 ◦ green 140 ◦ blue 96

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

Shades of Whiskey #D78C60

Tints of Whiskey #D78C60

RGB

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

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

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

R = 47.67%
G = 31.04%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D78C60 (or 0xD78C60) is known color: Whiskey. HEX triplet: D7, 8C and 60. RGB value is (215,140,96). Sum of RGB (Red+Green+Blue) = 215+140+96=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D78C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78C60 is #28739F. Grayscale: #9D9D9D. Windows color (decimal): -2651040 or 6327511. OLE color: 6327511.

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

Color convert

RGB 215 140 96 -
CMYK 0 0.35 0.55 0.16
HSL 22.18º 0.6% 0.61% -
HSV(B) 22.18º 0.55% 0.84% -
XYZ 39.51 34.05 15.56 -
YUV 157.41 93.35 169.08 -
System Red Green Blue C M Y K H S L
Decimal 215 140 96 0 0.35 0.55 0.16 22.18 0.6 0.61
Hex D7 8C 60 0 23 37 10 16 3C 3D
Octal 327 214 140 0 43 67 20 26 74 75
Binary 11010111 10001100 1100000 0 100011 110111 10000 10110 111100 111101

Color Harmonies of #D78C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78C60

Black with #D78C60

Text Example


Text Example

White with #D78C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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