#D6904D

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

Shades of Whiskey Sour #D6904D

Tints of Whiskey Sour #D6904D

Color information

#D6904D (or 0xD6904D) is unknown color: approx Whiskey Sour. HEX triplet: D6, 90 and 4D. RGB value is (214,144,77). Sum of RGB (Red+Green+Blue) = 214+144+77=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D6904D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6904D is #296FB2. Grayscale: #9D9D9D. Windows color (decimal): -2715571 or 5083350. OLE color: 5083350.

HSL color Cylindrical-coordinate representation of color #D6904D: hue angle of 29.34º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D6904D is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB21414477-
CMYK00.330.640.16
HSL29.34º62.56%57.06%-
HSV(B)29.34º64.02%83.92%-
XYZ39.0434.7811.68-
YUV157.2982.69168.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.20%
GREEN value IS 144 (56.64% from 255) = 33.10%
BLUE value IS 77 (30.47% from 255) = 17.70%
R=49.20%
G=33.10%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141447700.330.640.1629.3462.5657.06
HexD6904D02140101d3f39
Octal32622011504110020357771
Binary11010110100100001001101010000110000001000011101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6904D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6904D; }

 p { color: rgb(214,144,77); }

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

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

 a { background-color: rgb(214,144,77); }

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

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

 span { border-color: rgb(214,144,77); }

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