Html Css Color HEX #DC8710 Gamboge

📋 copy color: '#DC8710'

red 220 ◦ green 135 ◦ blue 16

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

Shades of Gamboge #DC8710

Tints of Gamboge #DC8710

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.39%

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

R = 59.3%
G = 36.39%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC8710 (or 0xDC8710) is known color: Gamboge. HEX triplet: DC, 87 and 10. RGB value is (220,135,16). Sum of RGB (Red+Green+Blue) = 220+135+16=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8710 is #2378EF. Grayscale: #939393. Windows color (decimal): -2324720 or 1083356. OLE color: 1083356.

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

Color convert

RGB 220 135 16 -
CMYK 0 0.39 0.93 0.14
HSL 35º 0.86% 0.46% -
HSV(B) 35º 0.93% 0.86% -
XYZ 38.27 32.58 4.76 -
YUV 146.85 54.16 180.18 -
System Red Green Blue C M Y K H S L
Decimal 220 135 16 0 0.39 0.93 0.14 35 0.86 0.46
Hex DC 87 10 0 27 5D E 23 56 2E
Octal 334 207 20 0 47 135 16 43 126 56
Binary 11011100 10000111 10000 0 100111 1011101 1110 100011 1010110 101110

Color Harmonies of #DC8710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8710

Black with #DC8710

Text Example


Text Example

White with #DC8710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8710; }

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

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

background-color css

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

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

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

border-color css

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

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

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