Html Css Color HEX #DC8510 Gamboge

📋 copy color: '#DC8510'

red 220 ◦ green 133 ◦ blue 16

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

Shades of Gamboge #DC8510

Tints of Gamboge #DC8510

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.04%

 BLUE value IS 16 (6.64% from 255) = 4.34%

R = 59.62%
G = 36.04%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC8510 (or 0xDC8510) is known color: Gamboge. HEX triplet: DC, 85 and 10. RGB value is (220,133,16). Sum of RGB (Red+Green+Blue) = 220+133+16=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8510 is #237AEF. Grayscale: #929292. Windows color (decimal): -2325232 or 1082844. OLE color: 1082844.

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

Color convert

RGB 220 133 16 -
CMYK 0 0.40 0.93 0.14
HSL 34.41º 0.86% 0.46% -
HSV(B) 34.41º 0.93% 0.86% -
XYZ 38 32.03 4.67 -
YUV 145.68 54.82 181.01 -
System Red Green Blue C M Y K H S L
Decimal 220 133 16 0 0.40 0.93 0.14 34.41 0.86 0.46
Hex DC 85 10 0 28 5D E 22 56 2E
Octal 334 205 20 0 50 135 16 42 126 56
Binary 11011100 10000101 10000 0 101000 1011101 1110 100010 1010110 101110

Color Harmonies of #DC8510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8510

Black with #DC8510

Text Example


Text Example

White with #DC8510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8510; }

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

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

background-color css

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

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

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

border-color css

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

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

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