#D69453

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

Shades of Whiskey Sour #D69453

Tints of Whiskey Sour #D69453

Color information

#D69453 (or 0xD69453) is unknown color: approx Whiskey Sour. HEX triplet: D6, 94 and 53. RGB value is (214,148,83). Sum of RGB (Red+Green+Blue) = 214+148+83=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 83 (32.81% from 255 or 18.65% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D69453 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69453 is #296BAC. Grayscale: #A0A0A0. Windows color (decimal): -2714541 or 5477590. OLE color: 5477590.

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

Color convert

RGB21414883-
CMYK00.310.610.16
HSL29.77º61.5%58.24%-
HSV(B)29.77º61.21%83.92%-
XYZ39.8836.113.05-
YUV160.3284.37166.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.09%
GREEN value IS 148 (58.20% from 255) = 33.26%
BLUE value IS 83 (32.81% from 255) = 18.65%
R=48.09%
G=33.26%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141488300.310.610.1629.7761.558.24
HexD6945301F3D101e3e3a
Octal3262241230377520367672
Binary110101101001010010100110111111111011000011110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69453; }

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

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

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

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

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

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

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

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