Html Css Color HEX #DC9251 Whiskey Sour

📋 copy color: '#DC9251'

red 220 ◦ green 146 ◦ blue 81

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

Shades of Whiskey Sour #DC9251

Tints of Whiskey Sour #DC9251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.12%

R = 49.22%
G = 32.66%
B = 18.12%

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

#DC9251 (or 0xDC9251) is known color: Whiskey Sour. HEX triplet: DC, 92 and 51. RGB value is (220,146,81). Sum of RGB (Red+Green+Blue) = 220+146+81=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 81 (32.03% from 255 or 18.12% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9251 is #236DAE. Grayscale: #A1A1A1. Windows color (decimal): -2321839 or 5346012. OLE color: 5346012.

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

Color convert

RGB 220 146 81 -
CMYK 0 0.34 0.63 0.14
HSL 28.06º 0.67% 0.59% -
HSV(B) 28.06º 0.63% 0.86% -
XYZ 41.28 36.37 12.63 -
YUV 160.72 83.02 170.29 -
System Red Green Blue C M Y K H S L
Decimal 220 146 81 0 0.34 0.63 0.14 28.06 0.67 0.59
Hex DC 92 51 0 22 3F E 1C 43 3B
Octal 334 222 121 0 42 77 16 34 103 73
Binary 11011100 10010010 1010001 0 100010 111111 1110 11100 1000011 111011

Color Harmonies of #DC9251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9251

Black with #DC9251

Text Example


Text Example

White with #DC9251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9251; }

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

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

background-color css

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

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

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

border-color css

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

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

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