#DC9210

Color #DC9210 Gamboge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gamboge #DC9210

Tints of Gamboge #DC9210

Color information

#DC9210 (or 0xDC9210) is unknown color: approx Gamboge. HEX triplet: DC, 92 and 10. RGB value is (220,146,16). Sum of RGB (Red+Green+Blue) = 220+146+16=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9210 is #236DEF. Grayscale: #999999. Windows color (decimal): -2321904 or 1086172. OLE color: 1086172.

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

Color convert

RGB22014616-
CMYK00.340.930.14
HSL38.24º86.44%46.27%-
HSV(B)38.24º92.73%86.27%-
XYZ39.8935.815.3-
YUV153.3150.52175.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 57.59%
GREEN value IS 146 (57.42% from 255) = 38.22%
BLUE value IS 16 (6.64% from 255) = 4.19%
R=57.59%
G=38.22%
B=4.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.93
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201461600.340.930.1438.2486.4446.27
HexDC92100225DE26562e
Octal33422220042135164612656
Binary1101110010010010100000100010101110111101001101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9210; }

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

 H1.HeaderClassName
 {
   color: #DC9210;
 }
 .AnyTagClassName
 {
   color: #DC9210;
 }
</style>
background-color css

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

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

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

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

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

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