#D69A64

Color #D69A64 Whiskey Sour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey Sour #D69A64

Tints of Whiskey Sour #D69A64

Color information

#D69A64 (or 0xD69A64) is unknown color: approx Whiskey Sour. HEX triplet: D6, 9A and 64. RGB value is (214,154,100). Sum of RGB (Red+Green+Blue) = 214+154+100=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69A64 is #29659B. Grayscale: #A6A6A6. Windows color (decimal): -2712988 or 6593238. OLE color: 6593238.

HSL color Cylindrical-coordinate representation of color #D69A64: hue angle of 28.42º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D69A64 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB214154100-
CMYK00.280.530.16
HSL28.42º58.16%61.57%-
HSV(B)28.42º53.27%83.92%-
XYZ41.5938.3317.26-
YUV165.7890.88162.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.73%
GREEN value IS 154 (60.55% from 255) = 32.91%
BLUE value IS 100 (39.45% from 255) = 21.37%
R=45.73%
G=32.91%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415410000.280.530.1628.4258.1661.57
HexD69A6401C35101c3a3e
Octal3262321440346520347276
Binary110101101001101011001000111001101011000011100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69A64; }

 p { color: rgb(214,154,100); }

 H1.HeaderClassName
 {
   color: #D69A64;
 }
 .AnyTagClassName
 {
   color: #D69A64;
 }
</style>
background-color css

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

 a { background-color: rgb(214,154,100); }

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

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

 span { border-color: rgb(214,154,100); }

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