Html Css Color HEX #D69160 Whiskey Sour

📋 copy color: '#D69160'

red 214 ◦ green 145 ◦ blue 96

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

Shades of Whiskey Sour #D69160

Tints of Whiskey Sour #D69160

RGB

 RED value IS 214 (83.98% from 255) = 47.03%

 GREEN value IS 145 (57.03% from 255) = 31.87%

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

R = 47.03%
G = 31.87%
B = 21.1%

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

#D69160 (or 0xD69160) is known color: Whiskey Sour. HEX triplet: D6, 91 and 60. RGB value is (214,145,96). Sum of RGB (Red+Green+Blue) = 214+145+96=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D69160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69160 is #296E9F. Grayscale: #A0A0A0. Windows color (decimal): -2715296 or 6328790. OLE color: 6328790.

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

Color convert

RGB 214 145 96 -
CMYK 0 0.32 0.55 0.16
HSL 24.92º 0.59% 0.61% -
HSV(B) 24.92º 0.55% 0.84% -
XYZ 39.97 35.39 15.79 -
YUV 160.05 91.86 166.48 -
System Red Green Blue C M Y K H S L
Decimal 214 145 96 0 0.32 0.55 0.16 24.92 0.59 0.61
Hex D6 91 60 0 20 37 10 19 3B 3D
Octal 326 221 140 0 40 67 20 31 73 75
Binary 11010110 10010001 1100000 0 100000 110111 10000 11001 111011 111101

Color Harmonies of #D69160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69160

Black with #D69160

Text Example


Text Example

White with #D69160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69160; }

 p { color: rgb(214,145,96); }

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

background-color css

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

 a { background-color: rgb(214,145,96); }

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

border-color css

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

 span { border-color: rgb(214,145,96); }

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