#DC9251

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

Shades of Whiskey Sour #DC9251

Tints of Whiskey Sour #DC9251

Color information

#DC9251 (or 0xDC9251) is unknown color: approx Whiskey Sour. HEX triplet: DC, 92 and 51. RGB value is (220,146,81). Sum of RGB (Red+Green+Blue) = 220+146+81=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 81 (32.03% from 255 or 18.12% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9251 is #236DAE. Grayscale: #A1A1A1. Windows color (decimal): -2321839 or 5346012. OLE color: 5346012.

HSL color Cylindrical-coordinate representation of color #DC9251: hue angle of 28.06º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC9251 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB22014681-
CMYK00.340.630.14
HSL28.06º66.51%59.02%-
HSV(B)28.06º63.18%86.27%-
XYZ41.2836.3712.63-
YUV160.7283.02170.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.22%
GREEN value IS 146 (57.42% from 255) = 32.66%
BLUE value IS 81 (32.03% from 255) = 18.12%
R=49.22%
G=32.66%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201468100.340.630.1428.0666.5159.02
HexDC92510223FE1c433b
Octal33422212104277163410373
Binary1101110010010010101000101000101111111110111001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9251; }

 p { color: rgb(220,146,81); }

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

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

 a { background-color: rgb(220,146,81); }

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

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

 span { border-color: rgb(220,146,81); }

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