#DC925A

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

Shades of Whiskey Sour #DC925A

Tints of Whiskey Sour #DC925A

Color information

#DC925A (or 0xDC925A) is unknown color: approx Whiskey Sour. HEX triplet: DC, 92 and 5A. RGB value is (220,146,90). Sum of RGB (Red+Green+Blue) = 220+146+90=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC925A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC925A is #236DA5. Grayscale: #A2A2A2. Windows color (decimal): -2321830 or 5935836. OLE color: 5935836.

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

Color convert

RGB22014690-
CMYK00.340.590.14
HSL25.85º65%60.78%-
HSV(B)25.85º59.09%86.27%-
XYZ41.6436.5114.53-
YUV161.7487.52169.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.25%
GREEN value IS 146 (57.42% from 255) = 32.02%
BLUE value IS 90 (35.55% from 255) = 19.74%
R=48.25%
G=32.02%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201469000.340.590.1425.856560.78
HexDC925A0223BE1a413d
Octal33422213204273163210175
Binary1101110010010010101101001000101110111110110101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC925A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC925A; }

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

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

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

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

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

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

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

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