#DC8410

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

Shades of Gamboge #DC8410

Tints of Gamboge #DC8410

Color information

#DC8410 (or 0xDC8410) is unknown color: approx Gamboge. HEX triplet: DC, 84 and 10. RGB value is (220,132,16). Sum of RGB (Red+Green+Blue) = 220+132+16=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 16 (6.64% from 255 or 4.35% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8410 is #237BEF. Grayscale: #919191. Windows color (decimal): -2325488 or 1082588. OLE color: 1082588.

HSL color Cylindrical-coordinate representation of color #DC8410: hue angle of 34.12º 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 #DC8410 is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB22013216-
CMYK00.400.930.14
HSL34.12º86.44%46.27%-
HSV(B)34.12º92.73%86.27%-
XYZ37.8631.764.62-
YUV145.0955.15181.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 59.78%
GREEN value IS 132 (51.95% from 255) = 35.87%
BLUE value IS 16 (6.64% from 255) = 4.35%
R=59.78%
G=35.87%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201321600.400.930.1434.1286.4446.27
HexDC84100285DE22562e
Octal33420420050135164212656
Binary1101110010000100100000101000101110111101000101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8410; }

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

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

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

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

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

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

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

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