Html Css Color HEX #DC9256 Whiskey Sour

📋 copy color: '#DC9256'

red 220 ◦ green 146 ◦ blue 86

#DC9256
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Whiskey Sour #DC9256

Tints of Whiskey Sour #DC9256

RGB

 RED value IS 220 (86.33% from 255) = 48.67%

 GREEN value IS 146 (57.42% from 255) = 32.3%

 BLUE value IS 86 (33.98% from 255) = 19.03%

R = 48.67%
G = 32.3%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC9256 (or 0xDC9256) is known color: Whiskey Sour. HEX triplet: DC, 92 and 56. RGB value is (220,146,86). Sum of RGB (Red+Green+Blue) = 220+146+86=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 146 (57.42% from 255 or 32.30% from 452); Blue value is 86 (33.98% from 255 or 19.03% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9256 is #236DA9. Grayscale: #A1A1A1. Windows color (decimal): -2321834 or 5673692. OLE color: 5673692.

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

Color convert

RGB 220 146 86 -
CMYK 0 0.34 0.61 0.14
HSL 26.87º 0.66% 0.6% -
HSV(B) 26.87º 0.61% 0.86% -
XYZ 41.47 36.45 13.65 -
YUV 161.29 85.52 169.88 -
System Red Green Blue C M Y K H S L
Decimal 220 146 86 0 0.34 0.61 0.14 26.87 0.66 0.6
Hex DC 92 56 0 22 3D E 1B 42 3C
Octal 334 222 126 0 42 75 16 33 102 74
Binary 11011100 10010010 1010110 0 100010 111101 1110 11011 1000010 111100

Color Harmonies of #DC9256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9256

Black with #DC9256

Text Example


Text Example

White with #DC9256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9256; }

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

 H1.HeaderClassName
 {
   color: #DC9256;
 }
 .AnyTagClassName
 {
   color: #DC9256;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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