Html Css Color HEX #DC9263 Whiskey

📋 copy color: '#DC9263'

red 220 ◦ green 146 ◦ blue 99

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

Shades of Whiskey #DC9263

Tints of Whiskey #DC9263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.29%

R = 47.31%
G = 31.4%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC9263 (or 0xDC9263) is known color: Whiskey. HEX triplet: DC, 92 and 63. RGB value is (220,146,99). Sum of RGB (Red+Green+Blue) = 220+146+99=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9263 is #236D9C. Grayscale: #A3A3A3. Windows color (decimal): -2321821 or 6525660. OLE color: 6525660.

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

Color convert

RGB 220 146 99 -
CMYK 0 0.34 0.55 0.14
HSL 23.31º 0.63% 0.63% -
HSV(B) 23.31º 0.55% 0.86% -
XYZ 42.05 36.67 16.67 -
YUV 162.77 92.02 168.82 -
System Red Green Blue C M Y K H S L
Decimal 220 146 99 0 0.34 0.55 0.14 23.31 0.63 0.63
Hex DC 92 63 0 22 37 E 17 3F 3F
Octal 334 222 143 0 42 67 16 27 77 77
Binary 11011100 10010010 1100011 0 100010 110111 1110 10111 111111 111111

Color Harmonies of #DC9263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9263

Black with #DC9263

Text Example


Text Example

White with #DC9263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9263; }

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

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

background-color css

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

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

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

border-color css

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

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

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