#D6905B

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

Shades of Whiskey Sour #D6905B

Tints of Whiskey Sour #D6905B

Color information

#D6905B (or 0xD6905B) is unknown color: approx Whiskey Sour. HEX triplet: D6, 90 and 5B. RGB value is (214,144,91). Sum of RGB (Red+Green+Blue) = 214+144+91=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D6905B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6905B is #296FA4. Grayscale: #9F9F9F. Windows color (decimal): -2715557 or 6000854. OLE color: 6000854.

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

Color convert

RGB21414491-
CMYK00.330.570.16
HSL25.85º60%59.8%-
HSV(B)25.85º57.48%83.92%-
XYZ39.593514.57-
YUV158.8989.69167.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.66%
GREEN value IS 144 (56.64% from 255) = 32.07%
BLUE value IS 91 (35.94% from 255) = 20.27%
R=47.66%
G=32.07%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141449100.330.570.1625.856059.8
HexD6905B02139101a3c3c
Octal3262201330417120327474
Binary1101011010010000101101101000011110011000011010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6905B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6905B; }

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

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

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

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

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

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

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

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