Html Css Color HEX #D79260 Whiskey Sour

📋 copy color: '#D79260'

red 215 ◦ green 146 ◦ blue 96

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

Shades of Whiskey Sour #D79260

Tints of Whiskey Sour #D79260

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.95%

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

R = 47.05%
G = 31.95%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D79260 (or 0xD79260) is known color: Whiskey Sour. HEX triplet: D7, 92 and 60. RGB value is (215,146,96). Sum of RGB (Red+Green+Blue) = 215+146+96=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D79260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79260 is #286D9F. Grayscale: #A1A1A1. Windows color (decimal): -2649504 or 6329047. OLE color: 6329047.

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

Color convert

RGB 215 146 96 -
CMYK 0 0.32 0.55 0.16
HSL 25.21º 0.6% 0.61% -
HSV(B) 25.21º 0.55% 0.84% -
XYZ 40.41 35.85 15.86 -
YUV 160.93 91.36 166.57 -
System Red Green Blue C M Y K H S L
Decimal 215 146 96 0 0.32 0.55 0.16 25.21 0.6 0.61
Hex D7 92 60 0 20 37 10 19 3C 3D
Octal 327 222 140 0 40 67 20 31 74 75
Binary 11010111 10010010 1100000 0 100000 110111 10000 11001 111100 111101

Color Harmonies of #D79260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79260

Black with #D79260

Text Example


Text Example

White with #D79260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79260; }

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

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

background-color css

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

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

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

border-color css

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

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

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