Html Css Color HEX #DC860D Gamboge

📋 copy color: '#DC860D'

red 220 ◦ green 134 ◦ blue 13

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

Shades of Gamboge #DC860D

Tints of Gamboge #DC860D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.51%

 BLUE value IS 13 (5.47% from 255) = 3.54%

R = 59.95%
G = 36.51%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC860D (or 0xDC860D) is known color: Gamboge. HEX triplet: DC, 86 and 0D. RGB value is (220,134,13). Sum of RGB (Red+Green+Blue) = 220+134+13=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC860D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC860D is #2379F2. Grayscale: #929292. Windows color (decimal): -2324979 or 886492. OLE color: 886492.

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

Color convert

RGB 220 134 13 -
CMYK 0 0.39 0.94 0.14
HSL 35.07º 0.89% 0.46% -
HSV(B) 35.07º 0.94% 0.86% -
XYZ 38.11 32.29 4.61 -
YUV 145.92 52.99 180.84 -
System Red Green Blue C M Y K H S L
Decimal 220 134 13 0 0.39 0.94 0.14 35.07 0.89 0.46
Hex DC 86 D 0 27 5E E 23 59 2E
Octal 334 206 15 0 47 136 16 43 131 56
Binary 11011100 10000110 1101 0 100111 1011110 1110 100011 1011001 101110

Color Harmonies of #DC860D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC860D

Black with #DC860D

Text Example


Text Example

White with #DC860D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC860D; }

 p { color: rgb(220,134,13); }

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

background-color css

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

 a { background-color: rgb(220,134,13); }

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

border-color css

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

 span { border-color: rgb(220,134,13); }

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