Html Css Color HEX #DC860E Gamboge

📋 copy color: '#DC860E'

red 220 ◦ green 134 ◦ blue 14

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

Shades of Gamboge #DC860E

Tints of Gamboge #DC860E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.8%

R = 59.78%
G = 36.41%
B = 3.8%

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

#DC860E (or 0xDC860E) is known color: Gamboge. HEX triplet: DC, 86 and 0E. RGB value is (220,134,14). Sum of RGB (Red+Green+Blue) = 220+134+14=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 14 (5.86% from 255 or 3.80% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC860E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC860E is #2379F1. Grayscale: #929292. Windows color (decimal): -2324978 or 952028. OLE color: 952028.

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

Color convert

RGB 220 134 14 -
CMYK 0 0.39 0.94 0.14
HSL 34.95º 0.88% 0.46% -
HSV(B) 34.95º 0.94% 0.86% -
XYZ 38.12 32.3 4.64 -
YUV 146.03 53.49 180.76 -
System Red Green Blue C M Y K H S L
Decimal 220 134 14 0 0.39 0.94 0.14 34.95 0.88 0.46
Hex DC 86 E 0 27 5E E 23 58 2E
Octal 334 206 16 0 47 136 16 43 130 56
Binary 11011100 10000110 1110 0 100111 1011110 1110 100011 1011000 101110

Color Harmonies of #DC860E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC860E

Black with #DC860E

Text Example


Text Example

White with #DC860E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC860E; }

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

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

background-color css

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

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

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

border-color css

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

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

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