Html Css Color HEX #DC9259 Whiskey Sour

📋 copy color: '#DC9259'

red 220 ◦ green 146 ◦ blue 89

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

Shades of Whiskey Sour #DC9259

Tints of Whiskey Sour #DC9259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 19.56%

R = 48.35%
G = 32.09%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC9259 (or 0xDC9259) is known color: Whiskey Sour. HEX triplet: DC, 92 and 59. RGB value is (220,146,89). Sum of RGB (Red+Green+Blue) = 220+146+89=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 89 (35.16% from 255 or 19.56% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9259 is #236DA6. Grayscale: #A1A1A1. Windows color (decimal): -2321831 or 5870300. OLE color: 5870300.

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

Color convert

RGB 220 146 89 -
CMYK 0 0.34 0.60 0.14
HSL 26.11º 0.65% 0.61% -
HSV(B) 26.11º 0.6% 0.86% -
XYZ 41.6 36.49 14.3 -
YUV 161.63 87.02 169.63 -
System Red Green Blue C M Y K H S L
Decimal 220 146 89 0 0.34 0.60 0.14 26.11 0.65 0.61
Hex DC 92 59 0 22 3C E 1A 41 3D
Octal 334 222 131 0 42 74 16 32 101 75
Binary 11011100 10010010 1011001 0 100010 111100 1110 11010 1000001 111101

Color Harmonies of #DC9259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9259

Black with #DC9259

Text Example


Text Example

White with #DC9259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9259; }

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

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

background-color css

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

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

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

border-color css

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

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

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