Html Css Color HEX #D78B5F Whiskey

📋 copy color: '#D78B5F'

red 215 ◦ green 139 ◦ blue 95

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

Shades of Whiskey #D78B5F

Tints of Whiskey #D78B5F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.96%

 BLUE value IS 95 (37.5% from 255) = 21.16%

R = 47.88%
G = 30.96%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D78B5F (or 0xD78B5F) is known color: Whiskey. HEX triplet: D7, 8B and 5F. RGB value is (215,139,95). Sum of RGB (Red+Green+Blue) = 215+139+95=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D78B5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78B5F is #2874A0. Grayscale: #9C9C9C. Windows color (decimal): -2651297 or 6261719. OLE color: 6261719.

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

Color convert

RGB 215 139 95 -
CMYK 0 0.35 0.56 0.16
HSL 22º 0.6% 0.61% -
HSV(B) 22º 0.56% 0.84% -
XYZ 39.32 33.74 15.27 -
YUV 156.71 93.18 169.58 -
System Red Green Blue C M Y K H S L
Decimal 215 139 95 0 0.35 0.56 0.16 22 0.6 0.61
Hex D7 8B 5F 0 23 38 10 16 3C 3D
Octal 327 213 137 0 43 70 20 26 74 75
Binary 11010111 10001011 1011111 0 100011 111000 10000 10110 111100 111101

Color Harmonies of #D78B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78B5F

Black with #D78B5F

Text Example


Text Example

White with #D78B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78B5F; }

 p { color: rgb(215,139,95); }

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

background-color css

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

 a { background-color: rgb(215,139,95); }

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

border-color css

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

 span { border-color: rgb(215,139,95); }

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