#D69553

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

Shades of Whiskey Sour #D69553

Tints of Whiskey Sour #D69553

Color information

#D69553 (or 0xD69553) is unknown color: approx Whiskey Sour. HEX triplet: D6, 95 and 53. RGB value is (214,149,83). Sum of RGB (Red+Green+Blue) = 214+149+83=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 83 (32.81% from 255 or 18.61% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D69553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69553 is #296AAC. Grayscale: #A1A1A1. Windows color (decimal): -2714285 or 5477846. OLE color: 5477846.

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

Color convert

RGB21414983-
CMYK00.300.610.16
HSL30.23º61.5%58.24%-
HSV(B)30.23º61.21%83.92%-
XYZ40.0436.4213.1-
YUV160.9184.03165.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.98%
GREEN value IS 149 (58.59% from 255) = 33.41%
BLUE value IS 83 (32.81% from 255) = 18.61%
R=47.98%
G=33.41%
B=18.61%

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
Decimal2141498300.300.610.1630.2361.558.24
HexD6955301E3D101e3e3a
Octal3262251230367520367672
Binary110101101001010110100110111101111011000011110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69553; }

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

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

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

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

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

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

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

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