#D69551

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

Shades of Whiskey Sour #D69551

Tints of Whiskey Sour #D69551

Color information

#D69551 (or 0xD69551) is unknown color: approx Whiskey Sour. HEX triplet: D6, 95 and 51. RGB value is (214,149,81). Sum of RGB (Red+Green+Blue) = 214+149+81=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 81 (32.03% from 255 or 18.24% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D69551 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69551 is #296AAE. Grayscale: #A1A1A1. Windows color (decimal): -2714287 or 5346774. OLE color: 5346774.

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

Color convert

RGB21414981-
CMYK00.300.620.16
HSL30.68º61.86%57.84%-
HSV(B)30.68º62.15%83.92%-
XYZ39.9636.3912.7-
YUV160.6883.03166.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.20%
GREEN value IS 149 (58.59% from 255) = 33.56%
BLUE value IS 81 (32.03% from 255) = 18.24%
R=48.20%
G=33.56%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141498100.300.620.1630.6861.8657.84
HexD6955101E3E101f3e3a
Octal3262251210367620377672
Binary110101101001010110100010111101111101000011111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69551; }

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

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

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

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

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

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

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

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