Html Css Color HEX #DC9252 Whiskey Sour

📋 copy color: '#DC9252'

red 220 ◦ green 146 ◦ blue 82

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

Shades of Whiskey Sour #DC9252

Tints of Whiskey Sour #DC9252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.3%

R = 49.11%
G = 32.59%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC9252 (or 0xDC9252) is known color: Whiskey Sour. HEX triplet: DC, 92 and 52. RGB value is (220,146,82). Sum of RGB (Red+Green+Blue) = 220+146+82=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 82 (32.42% from 255 or 18.30% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9252 is #236DAD. Grayscale: #A1A1A1. Windows color (decimal): -2321838 or 5411548. OLE color: 5411548.

HSL color Cylindrical-coordinate representation of color #DC9252: hue angle of 27.83º degrees, saturation: 0.66, 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 #DC9252 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 146 82 -
CMYK 0 0.34 0.63 0.14
HSL 27.83º 0.66% 0.59% -
HSV(B) 27.83º 0.63% 0.86% -
XYZ 41.32 36.38 12.83 -
YUV 160.83 83.52 170.2 -
System Red Green Blue C M Y K H S L
Decimal 220 146 82 0 0.34 0.63 0.14 27.83 0.66 0.59
Hex DC 92 52 0 22 3F E 1C 42 3B
Octal 334 222 122 0 42 77 16 34 102 73
Binary 11011100 10010010 1010010 0 100010 111111 1110 11100 1000010 111011

Color Harmonies of #DC9252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9252

Black with #DC9252

Text Example


Text Example

White with #DC9252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9252; }

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

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

background-color css

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

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

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

border-color css

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

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

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