#D6955B

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

Shades of Whiskey Sour #D6955B

Tints of Whiskey Sour #D6955B

Color information

#D6955B (or 0xD6955B) is unknown color: approx Whiskey Sour. HEX triplet: D6, 95 and 5B. RGB value is (214,149,91). Sum of RGB (Red+Green+Blue) = 214+149+91=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D6955B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6955B is #296AA4. Grayscale: #A2A2A2. Windows color (decimal): -2714277 or 6002134. OLE color: 6002134.

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

Color convert

RGB21414991-
CMYK00.300.570.16
HSL28.29º60%59.8%-
HSV(B)28.29º57.48%83.92%-
XYZ40.3736.5514.82-
YUV161.8288.03165.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.14%
GREEN value IS 149 (58.59% from 255) = 32.82%
BLUE value IS 91 (35.94% from 255) = 20.04%
R=47.14%
G=32.82%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141499100.300.570.1628.296059.8
HexD6955B01E39101c3c3c
Octal3262251330367120347474
Binary110101101001010110110110111101110011000011100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6955B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6955B; }

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

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

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

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

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

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

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

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