#D69554

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

Shades of Whiskey Sour #D69554

Tints of Whiskey Sour #D69554

Color information

#D69554 (or 0xD69554) is unknown color: approx Whiskey Sour. HEX triplet: D6, 95 and 54. RGB value is (214,149,84). Sum of RGB (Red+Green+Blue) = 214+149+84=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 84 (33.20% from 255 or 18.79% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D69554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69554 is #296AAB. Grayscale: #A1A1A1. Windows color (decimal): -2714284 or 5543382. OLE color: 5543382.

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

Color convert

RGB21414984-
CMYK00.300.610.16
HSL30º61.32%58.43%-
HSV(B)30º60.75%83.92%-
XYZ40.0836.4313.31-
YUV161.0284.53165.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.87%
GREEN value IS 149 (58.59% from 255) = 33.33%
BLUE value IS 84 (33.20% from 255) = 18.79%
R=47.87%
G=33.33%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141498400.300.610.163061.3258.43
HexD6955401E3D101e3d3a
Octal3262251240367520367572
Binary110101101001010110101000111101111011000011110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69554; }

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

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

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

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

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

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

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

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