Html Css Color HEX #D78A5E Whiskey

📋 copy color: '#D78A5E'

red 215 ◦ green 138 ◦ blue 94

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

Shades of Whiskey #D78A5E

Tints of Whiskey #D78A5E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.87%

 BLUE value IS 94 (37.11% from 255) = 21.03%

R = 48.1%
G = 30.87%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D78A5E (or 0xD78A5E) is known color: Whiskey. HEX triplet: D7, 8A and 5E. RGB value is (215,138,94). Sum of RGB (Red+Green+Blue) = 215+138+94=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D78A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78A5E is #2875A1. Grayscale: #9C9C9C. Windows color (decimal): -2651554 or 6195927. OLE color: 6195927.

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

Color convert

RGB 215 138 94 -
CMYK 0 0.36 0.56 0.16
HSL 21.82º 0.6% 0.61% -
HSV(B) 21.82º 0.56% 0.84% -
XYZ 39.13 33.43 14.98 -
YUV 156.01 93.01 170.08 -
System Red Green Blue C M Y K H S L
Decimal 215 138 94 0 0.36 0.56 0.16 21.82 0.6 0.61
Hex D7 8A 5E 0 24 38 10 16 3C 3D
Octal 327 212 136 0 44 70 20 26 74 75
Binary 11010111 10001010 1011110 0 100100 111000 10000 10110 111100 111101

Color Harmonies of #D78A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78A5E

Black with #D78A5E

Text Example


Text Example

White with #D78A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78A5E; }

 p { color: rgb(215,138,94); }

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

background-color css

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

 a { background-color: rgb(215,138,94); }

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

border-color css

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

 span { border-color: rgb(215,138,94); }

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