Html Css Color HEX #DC9253 Whiskey Sour

📋 copy color: '#DC9253'

red 220 ◦ green 146 ◦ blue 83

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

Shades of Whiskey Sour #DC9253

Tints of Whiskey Sour #DC9253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.49%

R = 49%
G = 32.52%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC9253 (or 0xDC9253) is known color: Whiskey Sour. HEX triplet: DC, 92 and 53. RGB value is (220,146,83). Sum of RGB (Red+Green+Blue) = 220+146+83=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 83 (32.81% from 255 or 18.49% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9253 is #236DAC. Grayscale: #A1A1A1. Windows color (decimal): -2321837 or 5477084. OLE color: 5477084.

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

Color convert

RGB 220 146 83 -
CMYK 0 0.34 0.62 0.14
HSL 27.59º 0.66% 0.59% -
HSV(B) 27.59º 0.62% 0.86% -
XYZ 41.36 36.4 13.03 -
YUV 160.94 84.02 170.12 -
System Red Green Blue C M Y K H S L
Decimal 220 146 83 0 0.34 0.62 0.14 27.59 0.66 0.59
Hex DC 92 53 0 22 3E E 1C 42 3B
Octal 334 222 123 0 42 76 16 34 102 73
Binary 11011100 10010010 1010011 0 100010 111110 1110 11100 1000010 111011

Color Harmonies of #DC9253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9253

Black with #DC9253

Text Example


Text Example

White with #DC9253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9253; }

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

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

background-color css

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

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

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

border-color css

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

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

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