#D69451

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

Shades of Whiskey Sour #D69451

Tints of Whiskey Sour #D69451

Color information

#D69451 (or 0xD69451) is unknown color: approx Whiskey Sour. HEX triplet: D6, 94 and 51. RGB value is (214,148,81). Sum of RGB (Red+Green+Blue) = 214+148+81=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 81 (32.03% from 255 or 18.28% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D69451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69451 is #296BAE. Grayscale: #A0A0A0. Windows color (decimal): -2714543 or 5346518. OLE color: 5346518.

HSL color Cylindrical-coordinate representation of color #D69451: 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.62%. Process color model (Four color, CMYK) of #D69451 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB21414881-
CMYK00.310.620.16
HSL30.23º61.86%57.84%-
HSV(B)30.23º62.15%83.92%-
XYZ39.8136.0712.65-
YUV160.183.37166.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.31%
GREEN value IS 148 (58.20% from 255) = 33.41%
BLUE value IS 81 (32.03% from 255) = 18.28%
R=48.31%
G=33.41%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141488100.310.620.1630.2361.8657.84
HexD6945101F3E101e3e3a
Octal3262241210377620367672
Binary110101101001010010100010111111111101000011110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69451; }

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

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

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

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

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

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

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

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